org.jacorb.collection
Class KeyNode

java.lang.Object
  extended by org.jacorb.collection.KeyNode

public class KeyNode
extends Object


Field Summary
 int count
           
 Any key
           
 int start_position
           
 
Constructor Summary
KeyNode()
           
KeyNode(Any k)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public Any key

start_position

public int start_position

count

public int count
Constructor Detail

KeyNode

public KeyNode(Any k)

KeyNode

public KeyNode()


Copyright © 2015 JacORB. All rights reserved.