Class SubList
- java.lang.Object
-
- ai.timefold.solver.core.impl.heuristic.selector.list.SubList
-
public final class SubList extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ObjectgetEntity()intgetFromIndex()intgetLength()intgetToIndex()inthashCode()SubListrebase(ScoreDirector<?> destinationScoreDirector)StringtoString()
-
-
-
Constructor Detail
-
SubList
public SubList(Object entity, int fromIndex, int length)
-
-
Method Detail
-
getEntity
public Object getEntity()
-
getFromIndex
public int getFromIndex()
-
getLength
public int getLength()
-
getToIndex
public int getToIndex()
-
rebase
public SubList rebase(ScoreDirector<?> destinationScoreDirector)
-
-