Package com.jme3.util

Class ListMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
com.jme3.util.ListMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

public final class ListMap<K,V> extends AbstractMap<K,V> implements Cloneable, Serializable
Implementation of a Map that favors iteration speed rather than get/put speed.
See Also: