MutableByteKeysMap
ByteBooleanHashMap
, ByteByteHashMap
, ByteCharHashMap
, ByteDoubleHashMap
, ByteFloatHashMap
, ByteIntHashMap
, ByteLongHashMap
, ByteShortHashMap
public interface ByteKeysMap
Modifier and Type | Method | Description |
---|---|---|
boolean |
containsKey(byte key) |
|
void |
forEachKey(ByteProcedure procedure) |
|
boolean |
isEmpty() |
|
boolean |
notEmpty() |
|
int |
size() |
int size()
boolean containsKey(byte key)
void forEachKey(ByteProcedure procedure)
boolean isEmpty()
boolean notEmpty()
Copyright © 2004–2019. All rights reserved.