org.eclipse.osgi.internal.module
Class MappedList<K,V>
java.lang.Object
org.eclipse.osgi.internal.module.MappedList<K,V>
- Direct Known Subclasses:
- VersionHashMap
public class MappedList<K,V>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
internal
protected final HashMap<K,List<V>> internal
empty
protected final List<V> empty
MappedList
public MappedList()
put
public void put(K key,
V value)
insertionIndex
protected int insertionIndex(List<V> existing,
V value)
remove
public List<V> remove(K key)
get
public List<V> get(K key)
getSize
public int getSize()
getAllValues
public List<V> getAllValues()
clear
public void clear()
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.