Package org.jmol.util

Class Int2IntHash


  • public class Int2IntHash
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Int2IntHash​(int initialCapacity)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int get​(int key)  
      void put​(int key, int value)  
      • Methods inherited from class java.lang.Object

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

      • Int2IntHash

        public Int2IntHash​(int initialCapacity)
    • Method Detail

      • get

        public int get​(int key)
      • put

        public void put​(int key,
                        int value)