Package ion.Meta
Interface IReadOnlyQueue<T>
-
- All Superinterfaces:
java.lang.Iterable<T>
public interface IReadOnlyQueue<T> extends java.lang.Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tchoose()intcount()TgetFirst()TgetLast()booleanisEmpty()
-