Class CharReferenceMap<T>


  • public class CharReferenceMap<T>
    extends Object
    This class keeps references associated with specific characters
    • Constructor Detail

      • CharReferenceMap

        public CharReferenceMap()
    • Method Detail

      • addDefaultInterval

        public void addDefaultInterval​(T reference)
                                throws Exception
        Throws:
        Exception
      • addInterval

        public void addInterval​(int start,
                                int end,
                                T reference)
                         throws Exception
        Throws:
        Exception
      • clear

        public void clear()
      • lookup

        public T lookup​(int symbol)