|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Queue
| Method Summary | |
|---|---|
Object |
element()
|
boolean |
offer(Object o)
|
Object |
peek()
|
Object |
poll()
|
Object |
remove()
|
| Methods inherited from interface com.livescribe.ext.util.Collection |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray |
| Method Detail |
|---|
Object element()
throws NoSuchElementException
NoSuchElementExceptionboolean offer(Object o)
Object peek()
Object poll()
Object remove()
throws NoSuchElementException
NoSuchElementException
|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||