public class QueueItem<T> extends Object
QueueItem(Long id, T item)
Long
getId()
T
getItem()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QueueItem(Long id, T item)
public Long getId()
public T getItem()
Copyright © 2015. All rights reserved.