|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BidirectionalMap | |
---|---|
org.infinispan.context | |
org.infinispan.util |
Uses of BidirectionalMap in org.infinispan.context |
---|
Methods in org.infinispan.context that return BidirectionalMap | |
---|---|
BidirectionalMap<Object,CacheEntry> |
InvocationContextImpl.getLookedUpEntries()
|
BidirectionalMap<Object,CacheEntry> |
EntryLookup.getLookedUpEntries()
Retrieves a map of entries looked up within the current scope. |
BidirectionalMap<Object,CacheEntry> |
AbstractContext.getLookedUpEntries()
|
Uses of BidirectionalMap in org.infinispan.util |
---|
Classes in org.infinispan.util that implement BidirectionalMap | |
---|---|
class |
BidirectionalLinkedHashMap<K,V>
Similar to the JDK's LinkedHashMap except that this version makes use of the fact that entries are
bidirectionally linked and can hence be nagigated either from the start or from the end. |
Methods in org.infinispan.util that return BidirectionalMap | ||
---|---|---|
static
|
InfinispanCollections.emptyBidirectionalMap()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |