|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteCollection | |
---|---|
org.apache.commons.collections.primitives | Collections of primitive values. |
org.apache.commons.collections.primitives.adapters | Adapters for converting between the primitive and object based versions of the collections framework. |
org.apache.commons.collections.primitives.decorators | Decorators of primitive collections. |
Uses of ByteCollection in org.apache.commons.collections.primitives |
---|
Subinterfaces of ByteCollection in org.apache.commons.collections.primitives | |
---|---|
interface |
ByteList
An ordered collection of byte values. |
Classes in org.apache.commons.collections.primitives that implement ByteCollection | |
---|---|
class |
AbstractByteCollection
Abstract base class for ByteCollection s. |
class |
ArrayByteList
An ByteList backed by an array of byte s. |
class |
RandomAccessByteList
Abstract base class for ByteList s backed
by random access structures like arrays. |
protected static class |
RandomAccessByteList.RandomAccessByteSubList
|
Methods in org.apache.commons.collections.primitives with parameters of type ByteCollection | |
---|---|
boolean |
AbstractByteCollection.addAll(ByteCollection c)
|
boolean |
ByteCollection.addAll(ByteCollection c)
Adds all of the elements in the
specified collection to me (optional operation). |
boolean |
ArrayByteList.addAll(ByteCollection collection)
|
boolean |
ByteList.addAll(int index,
ByteCollection collection)
Inserts all of the elements in the specified collection into me, at the specified position (optional operation). |
boolean |
RandomAccessByteList.addAll(int index,
ByteCollection collection)
|
boolean |
ArrayByteList.addAll(int index,
ByteCollection collection)
|
boolean |
AbstractByteCollection.containsAll(ByteCollection c)
|
boolean |
ByteCollection.containsAll(ByteCollection c)
Returns true iff I contain
all of the elements in the given collection. |
boolean |
AbstractByteCollection.removeAll(ByteCollection c)
|
boolean |
ByteCollection.removeAll(ByteCollection c)
Removes all of my elements that are contained in the specified collection (optional operation). |
boolean |
AbstractByteCollection.retainAll(ByteCollection c)
|
boolean |
ByteCollection.retainAll(ByteCollection c)
Removes all of my elements that are not contained in the specified collection (optional operation). |
Constructors in org.apache.commons.collections.primitives with parameters of type ByteCollection | |
---|---|
ArrayByteList(ByteCollection that)
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator. |
Uses of ByteCollection in org.apache.commons.collections.primitives.adapters |
---|
Classes in org.apache.commons.collections.primitives.adapters that implement ByteCollection | |
---|---|
class |
CollectionByteCollection
Adapts a Number -valued
Collection to the
ByteCollection interface. |
class |
ListByteList
Adapts a Number -valued List
to the ByteList interface. |
Methods in org.apache.commons.collections.primitives.adapters that return ByteCollection | |
---|---|
protected ByteCollection |
ByteCollectionCollection.getByteCollection()
|
static ByteCollection |
Adapt.toByteCollection(java.util.Collection c)
|
static ByteCollection |
CollectionByteCollection.wrap(java.util.Collection collection)
Create an ByteCollection wrapping
the specified Collection . |
Methods in org.apache.commons.collections.primitives.adapters with parameters of type ByteCollection | |
---|---|
static java.util.Collection |
Adapt.toCollection(ByteCollection c)
|
static java.util.Collection |
ByteCollectionCollection.wrap(ByteCollection collection)
Create a Collection wrapping
the specified ByteCollection . |
Constructors in org.apache.commons.collections.primitives.adapters with parameters of type ByteCollection | |
---|---|
ByteCollectionCollection(ByteCollection collection)
Creates a Collection wrapping
the specified ByteCollection . |
Uses of ByteCollection in org.apache.commons.collections.primitives.decorators |
---|
Classes in org.apache.commons.collections.primitives.decorators that implement ByteCollection | |
---|---|
class |
UnmodifiableByteList
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |