Class Alphabet

    • Constructor Detail

      • Alphabet

        public Alphabet​(int capacity)
      • Alphabet

        public Alphabet()
    • Method Detail

      • lookupIndex

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

        public Object[] toArray()
      • contains

        public boolean contains​(Object entry)
      • size

        public int size()
      • stopGrowth

        public void stopGrowth()
      • allowGrowth

        public void allowGrowth()
      • growthStopped

        public boolean growthStopped()