com.vladium.util
Class IntSet.Entry

java.lang.Object
  extended bycom.vladium.util.IntSet.Entry
Enclosing class:
IntSet

private static final class IntSet.Entry
extends java.lang.Object

The structure used for chaining colliding keys.


Field Summary
(package private)  int m_key
           
(package private)  IntSet.Entry m_next
           
 
Constructor Summary
(package private) IntSet.Entry(int key, IntSet.Entry next)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_key

final int m_key

m_next

IntSet.Entry m_next
Constructor Detail

IntSet.Entry

IntSet.Entry(int key,
             IntSet.Entry next)