org.exist.util.hashtable
Class SequencedLongHashMap.Entry
java.lang.Object
org.exist.util.hashtable.SequencedLongHashMap.Entry
- Enclosing class:
- SequencedLongHashMap
- public static final class SequencedLongHashMap.Entry
- extends java.lang.Object
Represents an entry in the map. Each entry
has a link to the next and previous entries in
the order in which they were inserted.
- Author:
- wolf
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SequencedLongHashMap.Entry
public SequencedLongHashMap.Entry(long key,
java.lang.Object value)
getNext
public SequencedLongHashMap.Entry getNext()
getKey
public long getKey()
getValue
public java.lang.Object getValue()
toString
public java.lang.String toString()
Copyright (C) Wolfgang Meier. All rights reserved.