Class IndexedHashMap

java.lang.Object
com.softwaremining.util.IndexedHashMap

public class IndexedHashMap extends Object
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
  • Constructor Details

    • IndexedHashMap

      public IndexedHashMap()
  • Method Details

    • put

      public void put(Object key, Object value)
    • seek

      public int seek(Object key)
    • read

      public Object read(int position)
    • size

      public int size()
    • clear

      public void clear()