net.walend.collection.test
Class IntHeapTest.ObjectIntHeapMember

java.lang.Object
  |
  +--net.walend.collection.IntHeapMember
        |
        +--net.walend.collection.test.IntHeapTest.ObjectIntHeapMember
Enclosing class:
IntHeapTest

private class IntHeapTest.ObjectIntHeapMember
extends IntHeapMember


Field Summary
private  java.lang.Object ob
           
 
Fields inherited from class net.walend.collection.IntHeapMember
 
Constructor Summary
IntHeapTest.ObjectIntHeapMember(java.lang.Object ob)
           
 
Method Summary
 java.lang.Object getOb()
           
 java.lang.String toString()
           
 
Methods inherited from class net.walend.collection.IntHeapMember
addChild, cat, clean, getChild, getChildCount, getKey, getLeft, getParent, getRight, inHeap, lostChild, remove, removeChild, setKey, setLostChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ob

private java.lang.Object ob
Constructor Detail

IntHeapTest.ObjectIntHeapMember

public IntHeapTest.ObjectIntHeapMember(java.lang.Object ob)
Method Detail

getOb

public java.lang.Object getOb()

toString

public java.lang.String toString()
Overrides:
toString in class IntHeapMember


Copyright (c) 2001, 2002, David Walend