Class Alphabet

  • All Implemented Interfaces:
    java.io.Serializable

    public class Alphabet
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Alphabet()  
      Alphabet​(int capacity)  
    • Constructor Detail

      • Alphabet

        public Alphabet​(int capacity)
      • Alphabet

        public Alphabet()
    • Method Detail

      • lookupIndex

        public int lookupIndex​(java.lang.Object entry)
        Return -1 if entry isn't present.
      • toArray

        public java.lang.Object[] toArray()
      • contains

        public boolean contains​(java.lang.Object entry)
      • size

        public int size()
      • stopGrowth

        public void stopGrowth()
      • allowGrowth

        public void allowGrowth()
      • growthStopped

        public boolean growthStopped()