org.apache.commons.jrcs.rcs
Class Phrases

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

 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.4 2003/10/13 07:59:46 rdonkin Exp $
Author:
Juanco Anez
See Also:
Archive

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

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 2002 the Apache Software Foundation
Copyright ? 1999-2001 Juancarlo A?ez, Caracas, Venezuela.
All rights reserved
. http://www.suigeneris.org/jrcs