Class PrimitiveCollections.AbstractPrimitiveCollection<T>

java.lang.Object
com.fizzed.rocker.runtime.PrimitiveCollections.AbstractPrimitiveCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>
Direct Known Subclasses:
PrimitiveCollections.BooleanCollection, PrimitiveCollections.ByteCollection, PrimitiveCollections.CharacterCollection, PrimitiveCollections.DoubleCollection, PrimitiveCollections.FloatCollection, PrimitiveCollections.IntegerCollection, PrimitiveCollections.LongCollection, PrimitiveCollections.ObjectCollection, PrimitiveCollections.ShortCollection
Enclosing class:
PrimitiveCollections

public abstract static class PrimitiveCollections.AbstractPrimitiveCollection<T> extends Object implements Collection<T>