org.zu.ardulink.util
Class AbstractMultiMap<K,V>

java.lang.Object
  extended by org.zu.ardulink.util.AbstractMultiMap<K,V>
Direct Known Subclasses:
ListMultiMap, SetMultiMap

public abstract class AbstractMultiMap<K,V>
extends Object

Ardulink - return to homepage

v0.6.1 Magnum PI

Author:
Peter Fichtner


Constructor Summary
AbstractMultiMap()
           
 
Method Summary
 void clear()
           
 boolean isEmpty()
           
 boolean put(K key, V value)
           
 boolean remove(K key, V value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMultiMap

public AbstractMultiMap()
Method Detail

isEmpty

public boolean isEmpty()

put

public boolean put(K key,
                   V value)

remove

public boolean remove(K key,
                      V value)

clear

public void clear()


Copyright © 2015. All rights reserved.