|
||||||||||
| 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 |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
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()
|
Object |
clone()
Returns the single instance of this class. |
Set |
entrySet()
Returns an unmodifiable empty set. |
Set |
keySet()
Returns an unmodifiable empty set. |
Object |
put(Object o,
Object o1)
|
void |
putAll(Map map)
|
Object |
remove(int i)
|
Object |
remove(Object o)
|
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 Object remove(int i)
remove in class org.apache.commons.collections.map.LinkedMapUnsupportedOperationException - always.public void clear()
clear in interface Mapclear in class org.apache.commons.collections.map.AbstractLinkedMapUnsupportedOperationException - always.
public Object put(Object o,
Object o1)
put in interface Mapput in class org.apache.commons.collections.map.AbstractHashedMapUnsupportedOperationException - always.public void putAll(Map map)
putAll in interface MapputAll in class org.apache.commons.collections.map.AbstractHashedMapUnsupportedOperationException - always.public Object remove(Object o)
remove in interface Mapremove in class org.apache.commons.collections.map.AbstractHashedMapUnsupportedOperationException - always.public Set entrySet()
entrySet in interface MapentrySet in class org.apache.commons.collections.map.AbstractHashedMappublic Set keySet()
keySet in interface MapkeySet in class org.apache.commons.collections.map.AbstractHashedMappublic Collection values()
values in interface Mapvalues in class org.apache.commons.collections.map.AbstractHashedMappublic 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 | |||||||||