Uses of Interface java.lang.Iterable

Uses in package javax.print.attribute.standard

Classes implementing java.lang.Iterable

class
The JobStateReasons attribute provides the set of additional informations available about the current state of a print job.

Uses in package gnu.CORBA

Classes implementing java.lang.Iterable

class
This class is used to store array lists.

Uses in package java.util.concurrent

Classes implementing java.lang.Iterable

class
A thread-safe implementation of an ArrayList.

Uses in package java.beans.beancontext

Classes implementing java.lang.Iterable

class
This is a helper class for implementing a bean context which supplies services.
class
This is a helper class for implementing a bean context.

Uses in package javax.management

Classes implementing java.lang.Iterable

class
Represents a list of MBean Attributes, with their names and values.

Uses in package java.util

Classes implementing java.lang.Iterable

class
A basic implementation of most of the methods in the Collection interface to make it easier to create a collection.
class
A basic implementation of most of the methods in the List interface to make it easier to create a List based on a random-access data structure.
class
Abstract superclass to make it easier to implement the List interface when backed by a sequential-access store, such as a linked list.
class
An abstract implementation of Set to make it easier to create your own implementations.
class
An array-backed implementation of the List interface.
class
Provides an efficient mechanism for recording a set of enumeration constants.
class
This class provides a HashMap-backed implementation of the Set interface.
class
This class provides a hashtable-backed implementation of the Set interface, with predictable traversal order.
class
Linked list implementation of the List interface.
class
Facilities for loading service providers.
class
class
This class provides a TreeMap-backed implementation of the SortedSet interface.
class
The Vector classes implements growable arrays of Objects.

Uses in package gnu.java.security.util

Classes implementing java.lang.Iterable

class
A monotonic sequence of integers in the finite field 232.
class
A simple way to create immutable n-tuples.

Uses in package gnu.javax.net.ssl.provider

Classes implementing java.lang.Iterable

class
struct {
CertificateStatusType status_type;
select (status_type) {
case ocsp: OCSPStatusRequest;
} request;
} CertificateStatusRequest;
enum { ocsp(1), (255) } CertificateStatusType;
struct {
ResponderID responder_id_list<0..2^16-1>;
Extensions  request_extensions;
} OCSPStatusRequest;
opaque ResponderID<1..2^16-1>;
opaque Extensions<0..2^16-1>;
class
The CertificateURL extension value.
class
class
class
A basic list interface to a list of compression methods in an SSL packet.
class
A list of extensions, that may appear in either the ClientHello or ServerHello.
class
The ServerName extension.
class
The trusted authorities hello extension.
class