org.infinispan.util
Interface BidirectionalMap<K,V>
- All Superinterfaces:
- Map<K,V>
- All Known Implementing Classes:
- BidirectionalLinkedHashMap
public interface BidirectionalMap<K,V>
- extends Map<K,V>
An extension of Map that returns ReversibleOrderedSets
- Since:
- 4.0
- Author:
- Manik Surtani
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, put, putAll, remove, size, values |
keySet
ReversibleOrderedSet<K> keySet()
- Specified by:
keySet
in interface Map<K,V>
entrySet
ReversibleOrderedSet<Map.Entry<K,V>> entrySet()
- Specified by:
entrySet
in interface Map<K,V>
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.