Package org.apache.arrow.memory
Interface ValueWithKeyIncluded<K>
- Type Parameters:
K
- The type of the key.
- All Known Implementing Classes:
BufferLedger
public interface ValueWithKeyIncluded<K>
Helper interface to generify a value to be included in the map where key is part of the value.
-
Method Summary
-
Method Details
-
getKey
K getKey()
-