クラス SMovableList.Move<V>

java.lang.Object
org.wcardinal.controller.data.SMovableList.Move<V>
含まれているクラス:
SMovableList<V>

public static class SMovableList.Move<V> extends Object
  • コンストラクタの詳細

    • Move

      public Move()
    • Move

      public Move(int newIndex, int oldIndex, V value)
  • メソッドの詳細

    • getNewIndex

      public int getNewIndex()
    • getOldIndex

      public int getOldIndex()
    • getValue

      public V getValue()
    • toString

      public String toString()
      オーバーライド:
      toString クラス内 Object