JavaScript is disabled on your browser.
java.lang.Object
java.util.AbstractMap<K,V>
org.eclipse.net4j.util.collection.BidiMap<K,V>
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
Constructor Summary
Constructors
Constructor and Description
BidiMap (java.lang.Class<K > keyClass,
java.lang.Class<V > valueClass)
Method Summary
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, keySet, putAll, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Method Detail
clear
public void clear()
Specified by:
clear
in interface java.util.Map<K ,V >
Overrides:
clear
in class java.util.AbstractMap<K ,V >
size
public int size()
Specified by:
size
in interface java.util.Map<K ,V >
Overrides:
size
in class java.util.AbstractMap<K ,V >
isEmpty
public boolean isEmpty()
Specified by:
isEmpty
in interface java.util.Map<K ,V >
Overrides:
isEmpty
in class java.util.AbstractMap<K ,V >
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html