wpi.associations.arminerSequence
Class HashTree.ListNode

java.lang.Object
  extended bywpi.associations.arminerSequence.HashTree.Node
      extended bywpi.associations.arminerSequence.HashTree.ListNode
Enclosing class:
HashTree

private class HashTree.ListNode
extends HashTree.Node


Field Summary
 int[] indexes
           
 int size
           
 int type
           
 boolean visited
           
 
Constructor Summary
HashTree.ListNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexes

public int[] indexes

size

public int size

visited

public boolean visited

type

public int type
Constructor Detail

HashTree.ListNode

public HashTree.ListNode()