java.lang.Object
xyz.cofe.coll.im.htree.OptionalNest.OptionalIter
- All Implemented Interfaces:
Nest.NestFinish,Nest.NestIt,Nest.NestIter
- Enclosing class:
OptionalNest
public static final class OptionalNest.OptionalIter
extends Object
implements Nest.NestIter, Nest.NestFinish
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexit()next()Переход к следующему элементуvoidupdateInnerValue(Object newValue)
-
Constructor Details
-
OptionalIter
-
-
Method Details
-
getOptional
-
next
Description copied from interface:Nest.NestIterПереход к следующему элементу- Specified by:
nextin interfaceNest.NestIter- Returns:
- значение типа NestItValue - очередной элемент из итератора
значение типа NestFinish - обход завершен
-
exit
- Specified by:
exitin interfaceNest.NestFinish
-
updateInnerValue
-