java.lang.Object
org.optaplanner.core.impl.heuristic.selector.list.SubList

public final class SubList extends Object
  • Constructor Details

    • SubList

      public SubList(Object entity, int fromIndex, int length)
  • Method Details

    • getEntity

      public Object getEntity()
    • getFromIndex

      public int getFromIndex()
    • getLength

      public int getLength()
    • getToIndex

      public int getToIndex()
    • rebase

      public SubList rebase(ScoreDirector<?> destinationScoreDirector)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object