- java.lang.Object
-
- org.jcodings.util.Hash.HashEntry<V>
-
- Direct Known Subclasses:
BytesHash.BytesHashEntry,CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntry,IntArrayHash.IntArrayHashEntry,IntHash.IntHashEntry,ObjHash.ObjHashEntry
public static class Hash.HashEntry<V> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Hash.HashEntry<V>afterprotected Hash.HashEntry<V>beforeprotected Hash.HashEntry<V>nextVvalue
-
-
-
Field Detail
-
next
protected Hash.HashEntry<V> next
-
before
protected Hash.HashEntry<V> before
-
after
protected Hash.HashEntry<V> after
-
value
public V value
-
-