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 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
SequencedLongHashMap.Entry
public SequencedLongHashMap.Entry(long key,
Object value)
getNext
public SequencedLongHashMap.Entry getNext()
getKey
public long getKey()
getValue
public Object getValue()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright (C) Wolfgang Meier. All rights reserved.