Package com.oracle.coherence.client
Class RemoteCollection.EntryResultMapEntry
- java.lang.Object
-
- com.oracle.coherence.client.RemoteCollection.EntryResultMapEntry
-
- All Implemented Interfaces:
Map.Entry<com.google.protobuf.ByteString,com.google.protobuf.ByteString>
- Enclosing class:
- RemoteCollection<K,V,T>
protected static class RemoteCollection.EntryResultMapEntry extends Object implements Map.Entry<com.google.protobuf.ByteString,com.google.protobuf.ByteString>
AMap.Entryimplementation that wraps aEntryResult.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntryResultMapEntry(EntryResult entryResult)Create aRemoteCollection.EntryResultMapEntrywrapping aEntryResult.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetKey()com.google.protobuf.ByteStringgetValue()com.google.protobuf.ByteStringsetValue(com.google.protobuf.ByteString value)
-
-
-
Constructor Detail
-
EntryResultMapEntry
protected EntryResultMapEntry(EntryResult entryResult)
Create aRemoteCollection.EntryResultMapEntrywrapping aEntryResult.- Parameters:
entryResult- theEntryResultto wrap
-
-