JavaScript is disabled on your browser.
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap
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
Constructors
Constructor and Description
Phrases ()
Method Summary
Methods
Modifier and Type
Method and Description
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
Copyright 2002 the Apache Software Foundation Copyright ? 1999-2001 Juancarlo A?ez, Caracas, Venezuela. All rights reserved . http://www.suigeneris.org/jrcs