Package org.eclipse.jgit.util
Class LongMap.Node<V>
- java.lang.Object
-
- org.eclipse.jgit.util.LongMap.Node<V>
-
-
Field Detail
-
key
final long key
-
value
V value
-
next
LongMap.Node<V> next
-
-
Constructor Detail
-
Node
Node(long k, V v)
-
-