|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
AltFilterCollection wraps around another Collection
object providing the same functionality as AbstractCollection.AltFilter classes for iterators.AltFilterList wraps around another List
object providing the same functionality as AbstractList.AltFilterSet wraps around another Set
object providing the same functionality as AbstractSet.ArrayList class, simply ensuring that all
elements in the collection are unique, as defined by the Set interface.InputStream.OutputStream.InputStream.OutputStream.InputStream and reads data in chunks.InputStream and writes data in chunks.Class.forName methods,
except that a ClassNotFoundException is never thrown,
but instead a ClassNotFoundException will be wrapped in a
WrappedRuntimeException before being thrown.Collection, which it uses as it's basic source
of data, possibly transforming the data along the way or providing additional functionality.Iterator, which it uses as it's basic source of data,
possibly transforming the data along the way or providing additional functionality.List, which it uses as it's basic source of data, possibly
transforming the data along the way or providing additional functionality.ListIterator, which it uses as it's basic source of data,
possibly transforming the data along the way or providing additional functionality.Map, which it uses as it's basic source of data, possibly
transforming the data along the way or providing additional functionality.Set, which it uses as it's basic source of data, possibly
transforming the data along the way or providing additional functionality.SortedMap, which it uses as it's basic source of data, possibly
transforming the data along the way or providing additional functionality.SortedSet, which it uses as it's basic source of data, possibly
transforming the data along the way or providing additional functionality.java.util.Collection framework.Class.forName(String), but instead of throwing a
ClassNotFoundException, it will throw a WrappedRuntimeException containing a
ClassNotFoundException contained within it.
- get(String, boolean, ClassLoader) -
Static method in class gausssoft.lang.ClassResolver
- Executes
Class.forName(String, boolean, ClassLoader), but
instead of throwing a ClassNotFoundException, it will
throw a WrappedRuntimeException, containing a
ClassNotFoundException contained within it.
- getBandwidth() -
Method in class gausssoft.io.BandwidthInputStream
- Calculates the bandwidth in bytes per second.
- getBandwidth() -
Method in class gausssoft.io.BandwidthOutputStream
- Calculates the bandwidth in bytes per second.
- getChunkSize() -
Method in class gausssoft.io.ChunkingInputStream
- Returns the current chunk size used.
- getChunkSize() -
Method in class gausssoft.io.ChunkingOutputStream
- Returns the current chunk size used.
- getCount() -
Method in class gausssoft.io.StatusOutputStream
- Returns the number of bytes that have passed through the stream.
- getCount() -
Method in class gausssoft.io.StatusInputStream
- Returns the number of bytes that have passed through the stream.
- getDebugInfo() -
Method in class gausssoft.lang.ImplementationError
- Returns a string containing debug information.
- getErrorClass() -
Method in class gausssoft.lang.ImplementationError
- Returns the class which caused an error.
- getIOE() -
Method in class gausssoft.net.SocketConnector
- Returns the IOException held by this object.
- getKey() -
Method in class gausssoft.collections.MapEntry
- Returns the key.
- getLimit() -
Method in class gausssoft.io.BandwidthControlledInputStream
- Returns the current bandwidth limit.
- getLimit() -
Method in class gausssoft.io.BandwidthControlledOutputStream
- Returns the current bandwidth limit.
- getLocalizedMessage() -
Method in class gausssoft.lang.WrappedRuntimeException
-
- getMessage() -
Method in class gausssoft.lang.WrappedRuntimeException
-
- getMessage() -
Method in class gausssoft.lang.ImplementationError
- Returns information in the form of:
ClassName - DebugInfo (or
ClassName if no debug information exists).
- getServerSocket() -
Method in class gausssoft.net.SocketConnector
- Returns the ServerSocket used by this object.
- getSocket() -
Method in class gausssoft.net.SocketConnector
- Returns the socket held by this object.
- getValue() -
Method in class gausssoft.collections.MapEntry
- Returns the value.
true if this object is storing an IOException.
true if this object is storing either a socket or
IOException.
true if this object is storing a socket.
InputStream class,
as it specifies that the read method which takes a byte array argument,
an offset argument and a size argument needs to be implemented, rather than
the normal read method.InstanceChecker class is an object that can be used to check the runtime
type of an object.true if the underlying stream is closed.
true if the underlying stream is closed.
true if the underlying stream is empty.
true if this InstanceChecker is inclusive.
true if this object is restricting bandwidth.
true if this object is restricting bandwidth.
true if this object could be written to an
ObjectOutputStream without throwing a NotSerializableException.
AltFilterIterator object, using this object as the filtering
object and using an iterator from the backing collection as the backing iterator.
AltFilterIterator object, using this object as the filtering
object and using an iterator from the backing collection as the backing iterator.
Map.Entry interface.Map.Entry object.
System.currentTimeMillis() to provide the
current date in milliseconds.
null object.
OutputStream class,
as it specifies that the write method which takes a byte array argument,
an offset argument and a size argument needs to be implemented, rather than
the normal write method.LangConstants.NULL, but differs in the
equals method, which only returns true if the
object supplied is null.
OutputStream which will not
throw an IOException upon any method invocation.Set interface), and a collection that is indexed,
(as defined by the List interface).Socket from a ServerSocket.InputStream.OutputStream.Collection object on a particular object.List object on a particular object.Map object on a particular object.Set object on a particular object.SortedMap object on a particular object.SortedSet object on a particular object.Object.toString, if both the toString and the
hashCode method weren't overridden.
Exception, and allows it to be
thrown at any point in any method.OutputStream, which are
stored in the array in a circular manner.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||