public final class ExtensionCollection<T> extends java.lang.Object implements java.util.Collection<IExtension>
| Constructor and Description |
|---|
ExtensionCollection()
Constructs a newly allocated ExtensionCollection object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(IExtension o)
Description goes here
|
boolean |
addAll(java.util.Collection<? extends IExtension> c)
Description goes here
|
void |
clear()
Description goes here
|
boolean |
contains(java.lang.Object o)
Description goes here
|
boolean |
containsAll(java.util.Collection<?> c)
Description goes here
|
IExtension |
find(java.lang.Class<?> type)
Description goes here
|
IExtension |
get(int n)
Description goes here
|
int |
indexOf(IExtension extension)
Description goes here
|
boolean |
isEmpty()
Description goes here
|
java.util.Iterator<IExtension> |
iterator()
Description goes here
|
boolean |
remove(java.lang.Object o)
Description goes here
|
boolean |
removeAll(java.util.Collection<?> c)
Description goes here
|
boolean |
retainAll(java.util.Collection<?> c)
Description goes here
|
void |
set(int n,
IExtension value)
Description goes here
|
int |
size()
Description goes here
|
java.lang.Object[] |
toArray()
Description goes here
|
T[] |
toArray(T[] a)
Description goes here
|
public ExtensionCollection()
public IExtension get(int n)
n - public void set(int n,
IExtension value)
n - value - public boolean add(IExtension o)
add in interface java.util.Collection<IExtension>o - public boolean addAll(java.util.Collection<? extends IExtension> c)
addAll in interface java.util.Collection<IExtension>c - public void clear()
clear in interface java.util.Collection<IExtension>public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<IExtension>o - public boolean containsAll(java.util.Collection<?> c)
containsAll in interface java.util.Collection<IExtension>c - public IExtension find(java.lang.Class<?> type)
type - public int indexOf(IExtension extension)
extension - public boolean isEmpty()
isEmpty in interface java.util.Collection<IExtension>public java.util.Iterator<IExtension> iterator()
iterator in interface java.lang.Iterable<IExtension>iterator in interface java.util.Collection<IExtension>public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<IExtension>o - public boolean removeAll(java.util.Collection<?> c)
removeAll in interface java.util.Collection<IExtension>c - public boolean retainAll(java.util.Collection<?> c)
retainAll in interface java.util.Collection<IExtension>c - public int size()
size in interface java.util.Collection<IExtension>public java.lang.Object[] toArray()
toArray in interface java.util.Collection<IExtension>2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.