java.lang.Object
xyz.cofe.coll.im.htree.ImListNest.ImListItValue
- All Implemented Interfaces:
Nest.NestIt,Nest.NestItValue,Nest.PathNode
- Enclosing class:
ImListNest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()toString()voidvalue()withPathValue(Object value) Создает клон элемента, с указанным значениемMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface xyz.cofe.coll.im.htree.Nest.NestItValue
pathValue
-
Constructor Details
-
ImListItValue
-
-
Method Details
-
getIndex
public int getIndex() -
value
- Specified by:
valuein interfaceNest.NestItValue
-
update
- Specified by:
updatein interfaceNest.NestItValue
-
withPathValue
Description copied from interface:Nest.PathNodeСоздает клон элемента, с указанным значением- Specified by:
withPathValuein interfaceNest.PathNode- Parameters:
value- значение- Returns:
- клон
-
toString
-