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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 ReversibleOrderedSet<Map.Entry<K,V>> entrySet()
           
 ReversibleOrderedSet<K> keySet()
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, put, putAll, remove, size, values
 

Method Detail

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>

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.