sam.cipher
Class Frog.Key.Entry

java.lang.Object
  |
  +--sam.cipher.Frog.Key.Entry
Enclosing class:
Frog.Key

protected static class Frog.Key.Entry
extends java.lang.Object


Constructor Summary
protected Frog.Key.Entry()
           
 
Method Summary
 void CopyFrom(Frog.Key.Entry source)
           
 int get(int index)
           
 void set(int index, int value)
           
static int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frog.Key.Entry

protected Frog.Key.Entry()
Method Detail

size

public static int size()

set

public void set(int index,
                int value)

get

public int get(int index)

CopyFrom

public void CopyFrom(Frog.Key.Entry source)