org.abora.white.collection.settable
Class PositionEntry

java.lang.Object
  |
  +--org.abora.white.xpp.basic.Heaper
        |
        +--org.abora.white.collection.settable.TableEntry
              |
              +--org.abora.white.collection.settable.PositionEntry

public class PositionEntry
extends TableEntry


Field Summary
protected  Position myKey
           
 
Fields inherited from class org.abora.white.collection.settable.TableEntry
myNext, myValue
 
Constructor Summary
PositionEntry(Position key, Heaper value)
           
PositionEntry(Rcvr receiver)
           
PositionEntry(TableEntry next, Heaper value, Position key)
           
 
Method Summary
 TableEntry copy()
           
 boolean match(Position key)
          Return true if my key matches key.
 Position position()
           
 void sendSelfTo(Xmtr xmtr)
           
 
Methods inherited from class org.abora.white.collection.settable.TableEntry
actualHashForEqual, bucketStepper, destroy, fetchNext, index, isEqual, make, make, matchInt, matchValue, printOn, replaceValue, setNext, value
 
Methods inherited from class org.abora.white.xpp.basic.Heaper
destruct, equals, hashForEqual, printContentsOn, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myKey

protected Position myKey
Constructor Detail

PositionEntry

public PositionEntry(Position key,
                     Heaper value)

PositionEntry

public PositionEntry(TableEntry next,
                     Heaper value,
                     Position key)

PositionEntry

public PositionEntry(Rcvr receiver)
Method Detail

match

public boolean match(Position key)
Return true if my key matches key.

Specified by:
match in class TableEntry

position

public Position position()
Specified by:
position in class TableEntry

copy

public TableEntry copy()
Specified by:
copy in class TableEntry

sendSelfTo

public void sendSelfTo(Xmtr xmtr)
Overrides:
sendSelfTo in class TableEntry


Copyright © 2003 David G Jones. All Rights Reserved.
Original Udanax-Gold - Copyright © 1979-1999 Udanax.com. All rights reserved.