Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.collections.primitives.adapters.io.* (9)

org.apache.commons.collections.primitives.adapters: Javadoc index of package org.apache.commons.collections.primitives.adapters.


Package Samples:

org.apache.commons.collections.primitives.adapters.io: Adapters for converting between the primitive and object based versions of the collections framework.  

Classes:

ListIteratorDoubleListIterator: Adapts a java.lang.Number -valued ListIterator to the DoubleListIterator interface. This implementation delegates most methods to the provided DoubleListIterator implementation in the "obvious" way.
ListIteratorShortListIterator: Adapts a java.lang.Number -valued ListIterator to the ShortListIterator interface. This implementation delegates most methods to the provided ShortListIterator implementation in the "obvious" way.
ListIteratorFloatListIterator: Adapts a java.lang.Number -valued ListIterator to the FloatListIterator interface. This implementation delegates most methods to the provided FloatListIterator implementation in the "obvious" way.
ListIteratorLongListIterator: Adapts a java.lang.Number -valued ListIterator to the LongListIterator interface. This implementation delegates most methods to the provided LongListIterator implementation in the "obvious" way.
ListIteratorByteListIterator: Adapts a java.lang.Number -valued ListIterator to the ByteListIterator interface. This implementation delegates most methods to the provided ByteListIterator implementation in the "obvious" way.
ListIteratorCharListIterator: Adapts a java.lang.Number -valued ListIterator to the CharListIterator interface. This implementation delegates most methods to the provided CharListIterator implementation in the "obvious" way.
ListIteratorIntListIterator: Adapts a java.lang.Number -valued ListIterator to the IntListIterator interface. This implementation delegates most methods to the provided IntListIterator implementation in the "obvious" way.
DoubleListIteratorListIterator: Adapts an DoubleListIterator to the ListIterator interface. This implementation delegates most methods to the provided DoubleListIterator implementation in the "obvious" way.
CollectionDoubleCollection: Adapts a Number -valued Collection to the DoubleCollection interface. This implementation delegates most methods to the provided Collection implementation in the "obvious" way.
FloatListIteratorListIterator: Adapts an FloatListIterator to the ListIterator interface. This implementation delegates most methods to the provided FloatListIterator implementation in the "obvious" way.
CollectionShortCollection: Adapts a Number -valued Collection to the ShortCollection interface. This implementation delegates most methods to the provided Collection implementation in the "obvious" way.
ShortListIteratorListIterator: Adapts an ShortListIterator to the ListIterator interface. This implementation delegates most methods to the provided ShortListIterator implementation in the "obvious" way.
CollectionFloatCollection: Adapts a Number -valued Collection to the FloatCollection interface. This implementation delegates most methods to the provided Collection implementation in the "obvious" way.
CollectionCharCollection: Adapts a Number -valued Collection to the CharCollection interface. This implementation delegates most methods to the provided Collection implementation in the "obvious" way.
CollectionByteCollection: Adapts a Number -valued Collection to the ByteCollection interface. This implementation delegates most methods to the provided Collection implementation in the "obvious" way.
CollectionLongCollection: Adapts a Number -valued Collection to the LongCollection interface. This implementation delegates most methods to the provided Collection implementation in the "obvious" way.
LongListIteratorListIterator: Adapts an LongListIterator to the ListIterator interface. This implementation delegates most methods to the provided LongListIterator implementation in the "obvious" way.
CharListIteratorListIterator: Adapts an CharListIterator to the ListIterator interface. This implementation delegates most methods to the provided CharListIterator implementation in the "obvious" way.
CollectionIntCollection: Adapts a Number -valued Collection to the IntCollection interface. This implementation delegates most methods to the provided Collection implementation in the "obvious" way.
ByteListIteratorListIterator: Adapts an ByteListIterator to the ListIterator interface. This implementation delegates most methods to the provided ByteListIterator implementation in the "obvious" way.
IteratorDoubleIterator: Adapts a Number -valued Iterator to the DoubleIterator interface. This implementation delegates most methods to the provided Iterator implementation in the "obvious" way.
DoubleCollectionCollection: Adapts an DoubleCollection to the Collection interface. This implementation delegates most methods to the provided DoubleCollection implementation in the "obvious" way.
IntListIteratorListIterator: Adapts an IntListIterator to the ListIterator interface. This implementation delegates most methods to the provided IntListIterator implementation in the "obvious" way.
IteratorShortIterator: Adapts a Number -valued Iterator to the ShortIterator interface. This implementation delegates most methods to the provided Iterator implementation in the "obvious" way.
IteratorFloatIterator: Adapts a Number -valued Iterator to the FloatIterator interface. This implementation delegates most methods to the provided Iterator implementation in the "obvious" way.

Home | Contact Us | Privacy Policy | Terms of Service