Index

A C D E H I S 
All Classes and Interfaces|All Packages|Serialized Form

A

add(T) - Method in class de.bernd_michaely.common.util.ConcatCollection
 

C

clear() - Method in class de.bernd_michaely.common.util.ConcatCollection
 
clone() - Method in class de.bernd_michaely.common.util.ConcatCollection
Returns a shallow copy of this collection.
concat(ConcatCollection<T>) - Method in class de.bernd_michaely.common.util.ConcatCollection
Returns the concatenation of this and the other collection.
ConcatCollection<T> - Class in de.bernd_michaely.common.util
A lightweight Collection which provides an efficient concatenation for two instances of this type.
ConcatCollection() - Constructor for class de.bernd_michaely.common.util.ConcatCollection
Creates a new empty ConcatCollection instance.
ConcatCollection(Collection<? extends T>) - Constructor for class de.bernd_michaely.common.util.ConcatCollection
Creates a new ConcatCollection instance and adds all elements of the given collection.

D

de.bernd_michaely.common.util - package de.bernd_michaely.common.util
ConcatCollection - a lightweight Collection which provides efficient concatenation for two instances of this type.
detectCycle() - Method in class de.bernd_michaely.common.util.ConcatCollection
Returns true, if an internal cycle is detected.

E

equals(Object) - Method in class de.bernd_michaely.common.util.ConcatCollection
Compares this collection with the given object.

H

hashCode() - Method in class de.bernd_michaely.common.util.ConcatCollection
 

I

iterator() - Method in class de.bernd_michaely.common.util.ConcatCollection
 

S

size() - Method in class de.bernd_michaely.common.util.ConcatCollection
 
spliterator() - Method in class de.bernd_michaely.common.util.ConcatCollection
A C D E H I S 
All Classes and Interfaces|All Packages|Serialized Form