public class CatalogEntityCollection<T extends CatalogEntity> extends Object implements Collection<T>
| Constructor and Description |
|---|
CatalogEntityCollection() |
CatalogEntityCollection(Iterable<T> entities) |
CatalogEntityCollection(T[] entities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T t) |
boolean |
addAll(Collection c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection c) |
boolean |
equals(Object o) |
T |
findByName(String entryName) |
Collection<T> |
getEntries() |
int |
hashCode() |
boolean |
isEmpty() |
Iterator |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection c) |
boolean |
retainAll(Collection c) |
int |
size() |
Object[] |
toArray() |
Object[] |
toArray(Object[] a) |
public CatalogEntityCollection()
public CatalogEntityCollection(T[] entities)
public Collection<T> getEntries()
public int size()
size in interface Collection<T extends CatalogEntity>public boolean isEmpty()
isEmpty in interface Collection<T extends CatalogEntity>public boolean contains(Object o)
contains in interface Collection<T extends CatalogEntity>public Iterator iterator()
iterator in interface Iterable<T extends CatalogEntity>iterator in interface Collection<T extends CatalogEntity>public boolean add(T t)
add in interface Collection<T extends CatalogEntity>public boolean remove(Object o)
remove in interface Collection<T extends CatalogEntity>public boolean addAll(Collection c)
addAll in interface Collection<T extends CatalogEntity>public void clear()
clear in interface Collection<T extends CatalogEntity>public boolean retainAll(Collection c)
retainAll in interface Collection<T extends CatalogEntity>public boolean removeAll(Collection c)
removeAll in interface Collection<T extends CatalogEntity>public boolean containsAll(Collection c)
containsAll in interface Collection<T extends CatalogEntity>public Object[] toArray(Object[] a)
toArray in interface Collection<T extends CatalogEntity>public Object[] toArray()
toArray in interface Collection<T extends CatalogEntity>public boolean equals(Object o)
equals in interface Collection<T extends CatalogEntity>equals in class Objectpublic int hashCode()
hashCode in interface Collection<T extends CatalogEntity>hashCode in class ObjectCopyright © 2010-2016. All Rights Reserved.