dk.vajhoej.isam
Class Key1<T>

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

public class Key1<T>
extends Key<T>

Class Key1 represent a key with index 1 in the ISAM file.

See Also:
Serialized Form

Constructor Summary
Key1(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

Key1

public Key1(T value)
Create instance of Key0.

Parameters:
value - key value