Package io.permazen.kv
Class KVPair
java.lang.Object
io.permazen.kv.KVPair
A key/value pair.
Instances are immutable and thread-safe.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
KVPair
Constructor.- Parameters:
key
- keyvalue
- value- Throws:
IllegalArgumentException
- ifkey
orvalue
is null
-
KVPair
Constructor.- Parameters:
entry
- map entry containingbyte[]
arrays- Throws:
IllegalArgumentException
- ifentry
or its key or value is null
-
-
Method Details