Interface CloseableLongIterator
- All Superinterfaces:
AutoCloseable,LongIterator
- All Known Subinterfaces:
SkippingLongIterator
- All Known Implementing Classes:
AbstractLongIterator,AbstractSkippingLongIterator,ConstantAppendingLongIterator,TransformingLongIterator
- Since:
- 5.0.4
- Version:
- 5.0.6
- Author:
- Pavel Klinov
-
Field Summary
Fields inherited from interface com.complexible.common.primitives.LongIterator
NO_NEXT_ELEMENT -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static CloseableLongIteratorof(LongIterator iterator) Methods inherited from interface com.complexible.common.primitives.LongIterator
hasNext, next
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-
of
-