dk.vajhoej.isam
Class Key0<T>

java.lang.Object
  extended by dk.vajhoej.isam.Key<T>
      extended by dk.vajhoej.isam.Key0<T>
All Implemented Interfaces:
java.io.Serializable

public class Key0<T>
extends Key<T>

Class Key0 represent a key with index 0 in the ISAM file.

See Also:
Serialized Form

Constructor Summary
Key0(T value)
          Create instance of Key0.
 
Method Summary
 
Methods inherited from class dk.vajhoej.isam.Key
getIx, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Key0

public Key0(T value)
Create instance of Key0.

Parameters:
value - key value