public interface

IUniqueList

implements IList<T>
package org.andengine.util.adt.list;


/**
 * (c) Zynga 2012
 *
 * @author Nicolas Gramlich <ngramlich@zynga.com>
 * @since 15:37:19 - 01.02.2012
 */
public interface IUniqueList<T> extends IList<T> {
	// ===========================================================
	// Constants
	// ===========================================================

	// ===========================================================
	// Methods
	// ===========================================================
}