ru.biosoft.access
Class BTreeIndex.IntKey

java.lang.Object
  extended byru.biosoft.access.BTreeIndex.IntKey
All Implemented Interfaces:
Key
Enclosing class:
BTreeIndex

public static class BTreeIndex.IntKey
extends java.lang.Object
implements Key


Constructor Summary
BTreeIndex.IntKey(int number)
           
BTreeIndex.IntKey(java.lang.String strKey)
           
 
Method Summary
 boolean accept(java.lang.Object arg)
           
 java.lang.String removeKey()
           
 java.lang.String serializeToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTreeIndex.IntKey

public BTreeIndex.IntKey(int number)

BTreeIndex.IntKey

public BTreeIndex.IntKey(java.lang.String strKey)
Method Detail

serializeToString

public java.lang.String serializeToString()
Specified by:
serializeToString in interface Key

accept

public boolean accept(java.lang.Object arg)
Specified by:
accept in interface Key

removeKey

public java.lang.String removeKey()
Specified by:
removeKey in interface Key


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.