Package totalcross.util
Class IntHashtable.Entry
- java.lang.Object
-
- totalcross.util.IntHashtable.Entry
-
- Enclosing class:
- IntHashtable
protected static class IntHashtable.Entry extends java.lang.ObjectHashtable collision list.
-
-
Field Summary
Fields Modifier and Type Field Description intkeyIntHashtable.Entrynextintvalue
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntry()
-
-
-
Field Detail
-
key
public int key
-
value
public int value
-
next
public IntHashtable.Entry next
-
-