asia.redact.bracket.properties
Class SortedPropertiesImpl

java.lang.Object
  extended by asia.redact.bracket.properties.AbstractPropertiesBase
      extended by asia.redact.bracket.properties.PropertiesImpl
          extended by asia.redact.bracket.properties.SortedPropertiesImpl
All Implemented Interfaces:
Properties

public class SortedPropertiesImpl
extends PropertiesImpl

 Adds sorted map capability, but with the overhead of a TreeMap.
 
 

Author:
Dave

Nested Class Summary
 
Nested classes/interfaces inherited from interface asia.redact.bracket.properties.Properties
Properties.Factory, Properties.Mode
 
Field Summary
(package private)  Comparator<String> comparator
           
 
Fields inherited from class asia.redact.bracket.properties.AbstractPropertiesBase
lock, map
 
Constructor Summary
SortedPropertiesImpl()
           
SortedPropertiesImpl(Comparator<String> comparator)
           
 
Method Summary
protected  void initMap()
           
 
Methods inherited from class asia.redact.bracket.properties.PropertiesImpl
dateValue, dateValue, equals, get, getComments, getGroup, getKeyGroup, getPropertyMap, getSeparator, getTree, getTree, hashCode, hasValue, intValue, longValue, merge, merge, put, synchronize
 
Methods inherited from class asia.redact.bracket.properties.AbstractPropertiesBase
clear, containsKey, containsValue, isEmpty, keySet, remove, size, toString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface asia.redact.bracket.properties.Properties
clear, containsKey, size
 

Field Detail

comparator

Comparator<String> comparator
Constructor Detail

SortedPropertiesImpl

public SortedPropertiesImpl()

SortedPropertiesImpl

public SortedPropertiesImpl(Comparator<String> comparator)
Method Detail

initMap

protected void initMap()
Overrides:
initMap in class PropertiesImpl


Copyright © 2011-2013 David R. Smith. All Rights Reserved.