Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.extension
Interface ExtensionQueue

All Superinterfaces:
java.lang.Iterable<Extension>

public interface ExtensionQueue
extends java.lang.Iterable<Extension>

A queue of extensions.


Nested Class Summary
static interface ExtensionQueue.Builder
          An interface for bulding extension queues.
 
Method Summary
 boolean contains(Extension extension)
          Returns true if the extension queue instance contains this extension (whether or not it has already iterated over it)
 int size()
          Get the size of the extension queue.
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

size

int size()
Get the size of the extension queue.

Returns:
the size of the queue.

contains

boolean contains(Extension extension)
Returns true if the extension queue instance contains this extension (whether or not it has already iterated over it)

Parameters:
extension -
Returns:

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.