org.suigeneris.jrcs.rcs.impl
Class Phrases

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap
          extended by org.suigeneris.jrcs.rcs.impl.Phrases
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, java.util.NavigableMap, java.util.SortedMap

public class Phrases
extends java.util.TreeMap

A set of "new phrases" for an Archive. Phrases are keyed lists of symbols. An Archive stores the keys it doesn't recognizes in a Phrases set to preserve them. Unrecognized keys probably belong to archive extensions.

Version:
$Id: Phrases.java,v 1.1 2006/06/08 15:07:11 juanca Exp $
Author:
Juanco Anez
See Also:
Archive, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
Phrases()
           
 
Method Summary
 java.lang.String toString()
           
 void toString(java.lang.StringBuffer s, java.lang.String EOL)
           
 
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

Phrases

public Phrases()
Method Detail

toString

public void toString(java.lang.StringBuffer s,
                     java.lang.String EOL)

toString

public java.lang.String toString()
Overrides:
toString in class java.util.AbstractMap


Copyright © 1999-2006 Juancarlo Añez, Caracas, Venezuela.
Some rights reserved
. http://www.suigeneris.org/jrcs