Class Trie.StrEnum

  • Enclosing class:
    Trie

    class Trie.StrEnum
    extends java.lang.Object
    This class is part of the Egothor Project
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int by  
      (package private) int from  
      (package private) java.lang.CharSequence s  
    • Constructor Summary

      Constructors 
      Constructor Description
      StrEnum​(java.lang.CharSequence s, boolean up)
      Constructor for the StrEnum object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int length()  
      (package private) char next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • s

        java.lang.CharSequence s
      • from

        int from
      • by

        int by
    • Constructor Detail

      • StrEnum

        StrEnum​(java.lang.CharSequence s,
                boolean up)
        Constructor for the StrEnum object
        Parameters:
        s - Description of the Parameter
        up - Description of the Parameter
    • Method Detail

      • length

        int length()
      • next

        char next()