public final class NotesRecycleQueue extends Object implements Queue
Notes objects are queued with a priority defined by their class in this decreasing order:
Session, Database, View,
Collection, Document, Entry,
Item, others
| Constructor and Description |
|---|
NotesRecycleQueue()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
dequeue()
Dequeues an object from the queue.
|
void |
enqueue(Object obj)
Enqueues an object to the queue.
|
boolean |
isEmpty()
Checks is the queue is empty or not.
|
int |
size()
Returns the number of objects in the queue.
|
public int size()
public boolean isEmpty()
public void enqueue(Object obj)
Copyright © 2005–2020. All rights reserved.