public class Alphabet extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
allowGrowth() |
boolean |
contains(Object entry) |
boolean |
growthStopped() |
int |
lookupIndex(Object entry)
Return -1 if entry isn't present.
|
int |
size() |
void |
stopGrowth() |
Object[] |
toArray() |
public int lookupIndex(Object entry)
public Object[] toArray()
public boolean contains(Object entry)
public int size()
public void stopGrowth()
public void allowGrowth()
public boolean growthStopped()
Copyright © 2016 JULIE Lab Jena, Germany. All rights reserved.