Class 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>
    A Map.Entry implementation that wraps a EntryResult.
    • Method Detail

      • getKey

        public com.google.protobuf.ByteString getKey()
        Specified by:
        getKey in interface Map.Entry<com.google.protobuf.ByteString,​com.google.protobuf.ByteString>
      • getValue

        public com.google.protobuf.ByteString getValue()
        Specified by:
        getValue in interface Map.Entry<com.google.protobuf.ByteString,​com.google.protobuf.ByteString>
      • setValue

        public com.google.protobuf.ByteString setValue​(com.google.protobuf.ByteString value)
        Specified by:
        setValue in interface Map.Entry<com.google.protobuf.ByteString,​com.google.protobuf.ByteString>