PenProfile 2.x

com.livescribe.ext.util
Interface Queue

All Superinterfaces:
Collection
All Known Implementing Classes:
PriorityQueue

public interface Queue
extends Collection


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

element

Object element()
               throws NoSuchElementException
Throws:
NoSuchElementException

offer

boolean offer(Object o)

peek

Object peek()

poll

Object poll()

remove

Object remove()
              throws NoSuchElementException
Throws:
NoSuchElementException

PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.