Class ElementAwareArrayList.Entry<T>

java.lang.Object
ai.timefold.solver.core.impl.util.ElementAwareArrayList.Entry<T>
All Implemented Interfaces:
ListEntry<T>
Enclosing class:
ElementAwareArrayList<T>

public static final class ElementAwareArrayList.Entry<T> extends Object implements ListEntry<T>
  • Method Details

    • isRemoved

      public boolean isRemoved()
    • element

      public T element()
      Specified by:
      element in interface ListEntry<T>
    • toString

      public String toString()
      Overrides:
      toString in class Object