Class CharHashMap<T>


  • public class CharHashMap<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      T[] constants  
      T NULL  
    • Constructor Summary

      Constructors 
      Constructor Description
      CharHashMap​(java.lang.Class componentType, T def)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      java.lang.Object clone()  
      T get​(char key)  
      java.util.Iterator<java.lang.Character> getCharIterator()  
      T put​(char key, T value)  
      • Methods inherited from class java.lang.Object

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

      • constants

        public final T[] constants
      • NULL

        public final T NULL
    • Constructor Detail

      • CharHashMap

        public CharHashMap​(java.lang.Class componentType,
                           T def)
    • Method Detail

      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object
      • get

        public T get​(char key)
      • clear

        public void clear()
      • put

        public T put​(char key,
                     T value)
      • getCharIterator

        public java.util.Iterator<java.lang.Character> getCharIterator()