Class BpfMap.KeysIterator
java.lang.Object
one.nio.os.bpf.BpfMap.KeysIterator
- All Implemented Interfaces:
Iterator<byte[]>
- Enclosing class:
BpfMap
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte[](package private) boolean -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
next
byte[] next -
nextChecked
boolean nextChecked
-
-
Constructor Details
-
KeysIterator
KeysIterator()
-
-
Method Details
-
hasNext
-
next
-