|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap
org.apache.commons.collections.map.AbstractHashedMap
org.apache.commons.collections.map.AbstractLinkedMap
org.apache.commons.collections.map.LinkedMap
org.apache.jackrabbit.core.util.EmptyLinkedMap
public class EmptyLinkedMap
EmptyLinkedMap implements an empty unmodifiable LinkedMap.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractLinkedMap |
|---|
org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator, org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator, org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry, org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator, org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator, org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator |
| Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap |
|---|
org.apache.commons.collections.map.AbstractHashedMap.EntrySet, org.apache.commons.collections.map.AbstractHashedMap.HashEntry, org.apache.commons.collections.map.AbstractHashedMap.HashIterator, org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator, org.apache.commons.collections.map.AbstractHashedMap.KeySet, org.apache.commons.collections.map.AbstractHashedMap.Values |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary | |
|---|---|
static org.apache.commons.collections.map.LinkedMap |
INSTANCE
The only instance of this class. |
| Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap |
|---|
header |
| Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap |
|---|
data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values |
| Method Summary | |
|---|---|
void |
clear()
|
java.lang.Object |
clone()
Returns the single instance of this class. |
java.util.Set |
entrySet()
Returns an unmodifiable empty set. |
java.util.Set |
keySet()
Returns an unmodifiable empty set. |
java.lang.Object |
put(java.lang.Object o,
java.lang.Object o1)
|
void |
putAll(java.util.Map map)
|
java.lang.Object |
remove(int i)
|
java.lang.Object |
remove(java.lang.Object o)
|
java.util.Collection |
values()
Returns an unmodifiable empty collection. |
| Methods inherited from class org.apache.commons.collections.map.LinkedMap |
|---|
asList, get, getValue, indexOf |
| Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap |
|---|
addEntry, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, entryAfter, entryBefore, firstKey, getEntry, init, lastKey, mapIterator, nextKey, orderedMapIterator, previousKey, removeEntry |
| Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap |
|---|
addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, containsKey, convertKey, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entryValue, equals, get, getEntry, hash, hashCode, hashIndex, isEmpty, isEqualKey, isEqualValue, removeMapping, reuseEntry, size, toString, updateEntry |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
containsKey, equals, get, hashCode, isEmpty, size |
| Field Detail |
|---|
public static final org.apache.commons.collections.map.LinkedMap INSTANCE
| Method Detail |
|---|
public java.lang.Object remove(int i)
remove in class org.apache.commons.collections.map.LinkedMapjava.lang.UnsupportedOperationException - always.public void clear()
clear in interface java.util.Mapclear in class org.apache.commons.collections.map.AbstractLinkedMapjava.lang.UnsupportedOperationException - always.
public java.lang.Object put(java.lang.Object o,
java.lang.Object o1)
put in interface java.util.Mapput in class org.apache.commons.collections.map.AbstractHashedMapjava.lang.UnsupportedOperationException - always.public void putAll(java.util.Map map)
putAll in interface java.util.MapputAll in class org.apache.commons.collections.map.AbstractHashedMapjava.lang.UnsupportedOperationException - always.public java.lang.Object remove(java.lang.Object o)
remove in interface java.util.Mapremove in class org.apache.commons.collections.map.AbstractHashedMapjava.lang.UnsupportedOperationException - always.public java.util.Set entrySet()
entrySet in interface java.util.MapentrySet in class org.apache.commons.collections.map.AbstractHashedMappublic java.util.Set keySet()
keySet in interface java.util.MapkeySet in class org.apache.commons.collections.map.AbstractHashedMappublic java.util.Collection values()
values in interface java.util.Mapvalues in class org.apache.commons.collections.map.AbstractHashedMappublic java.lang.Object clone()
clone in class org.apache.commons.collections.map.LinkedMapINSTANCE.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||