junto.util

RyanAlphabet

class RyanAlphabet extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RyanAlphabet
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RyanAlphabet()

  2. new RyanAlphabet(capacity: Int)

  3. new RyanAlphabet(entryClass: Class)

  4. new RyanAlphabet(capacity: Int, entryClass: Class)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def allowGrowth(): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Definition Classes
    RyanAlphabet → AnyRef
  9. def contains(entry: Any): Boolean

  10. def dump(outputFile: String): Unit

  11. def dump(out: PrintStream): Unit

  12. def dump(): Unit

  13. def entryClass(): Class

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def growthStopped(): Boolean

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def iterator(): Iterator

  22. def lookupIndex(entry: Any): Int

  23. def lookupIndex(entry: Any, addIfNotPresent: Boolean): Int

  24. def lookupIndices(objects: Array[AnyRef], addIfNotPresent: Boolean): Array[Int]

  25. def lookupObject(index: Int): AnyRef

  26. def lookupObjects(indices: Array[Int]): Array[AnyRef]

  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def size(): Int

  31. def stopGrowth(): Unit

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toArray(): Array[AnyRef]

  34. def toString(): String

    Definition Classes
    RyanAlphabet → AnyRef → Any
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped