|
SoftNet-Consult Java Utility Library | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ArrayIteratorPrimitive | An abstract superinterface for array iterators over primitive arrays. |
Class Summary | |
---|---|
ArrayIterator<ET> | Implements an iterator over an array. |
ArrayIteratorBoolean | Implements an iterator over a boolean array. |
ArrayIteratorByte | Implements an iterator over a byte array. |
ArrayIteratorChar | Implements an iterator over a char array. |
ArrayIteratorDouble | Implements an iterator over a double array. |
ArrayIteratorFloat | Implements an iterator over a float array. |
ArrayIteratorInt | Implements an iterator over a int array. |
ArrayIteratorLong | Implements an iterator over a long array. |
ArrayIteratorShort | Implements an iterator over a short array. |
ArrayListRemovableRange<E> | Extends the default Java ArrayList by exposing its already present
method removeRange for public access. |
ArrayTools | A collection of static utility functions for array processing. |
NullIterator<ET> | Provides an Null Iterator: the methods of this class perform no action and no elements
are ever returned - this class can be used when a non-null Iterator object
must be specified, but no actual iteration indended. |
Pair<T1,T2> | A convenience memory structure to hold two objects. |
ReadOnlyIterator<T> | A generic read-only iterator. |
This package contains classes and utilities that are commonly required when dealing with collections and are missing in the standard java API.
This product includes software developed by the
SoftNet-Consult Java Utility Library project and its contributors.
(http://java-tools.sourceforge.net)
Copyright (c) 2007-2008 SoftNet-Consult.
Copyright (c) 2007-2008 G. Paperin.
All rights reserved.
Library API version: "2.02"
Java compliance version: "1.5"
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following terms and conditions are met:
1. Redistributions of source code must retain the above
acknowledgement of the SoftNet-Consult Java Utility Library project, the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above acknowledgement of the
SoftNet-Consult Java Utility Library project, the above copyright notice, this list of
conditions and the following disclaimer in the documentation and/or other materials
provided with the distribution.
3. All advertising materials mentioning features or use of this software or any derived
software must display the following acknowledgement:
This product includes software developed by the SoftNet-Consult Java Utility Library
project and its contributors.
THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |