Package net.thevpc.echo.jfx.util
Class IndexedMap<K,V>
java.lang.Object
net.thevpc.echo.jfx.util.IndexedMap<K,V>
public class IndexedMap<K,V>
extends java.lang.Object
- Author:
- vpc
-
Constructor Summary
Constructors Constructor Description IndexedMap() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IndexedMap
public IndexedMap()
-
-
Method Details
-
containsKey
-
getKeyAt
-
getValueAt
-
get
-
remove
-
add
-