public class AddedItem<T> extends Object
long
getIndex()
T
getItem()
static <T> AddedItem<T>
of(T item, long index)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static <T> AddedItem<T> of(T item, long index)
public String toString()
toString
Object
public T getItem()
public long getIndex()
Copyright © 2020. All rights reserved.