org.cdlib.xtf.util
Class IntMultiMap.Block

Object
  extended by IntMultiMap.Block
Enclosing class:
IntMultiMap

private class IntMultiMap.Block
extends Object

Keeps track of a block of values, with links to the following values.


Field Summary
(package private)  int[] links
           
(package private)  int[] values
           
 
Constructor Summary
IntMultiMap.Block()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

int[] values

links

int[] links
Constructor Detail

IntMultiMap.Block

IntMultiMap.Block()