|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Iterable | |
|---|---|
| au.gov.tas.dpiwe.mr.bean | The au.gov.tas.dpiwe.mr.bean package contains the classes and interfaces supporting the development and deployment of Mr Architecture beans, as well as an example bean, consisting of three components, Bean, BeanHome and BeanObject, and its corresponding implementation components, ThinBean, MrBeanHome and MrBean, as would be created by the DeploymentTool. |
| au.gov.tas.dpiwe.mr.relationship | The au.gov.tas.dpiwe.mr.relationship package contains implementations of the EJB relationship collections used by the architecture. |
| au.gov.tas.dpiwe.mr.util | The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. |
| Uses of Iterable in au.gov.tas.dpiwe.mr.bean |
|---|
| Classes in au.gov.tas.dpiwe.mr.bean that implement Iterable | |
|---|---|
class |
ValidateFieldsException
ValidateFields exception is thrown when a bean fails one or more validation tests. |
| Uses of Iterable in au.gov.tas.dpiwe.mr.relationship |
|---|
| Classes in au.gov.tas.dpiwe.mr.relationship that implement Iterable | |
|---|---|
class |
RelationshipMap
This is a Map implementation for representing relationship collections in beans. |
| Uses of Iterable in au.gov.tas.dpiwe.mr.util |
|---|
| Subinterfaces of Iterable in au.gov.tas.dpiwe.mr.util | |
|---|---|
interface |
IterableCollection
A collection which can be iterated over. |
| Classes in au.gov.tas.dpiwe.mr.util that implement Iterable | |
|---|---|
class |
IterableAbstractList
An AbstractList which implements the Iterable interface. |
class |
IterableAbstractMap
An AbstractMap which implements the Iterable interface. |
class |
IterableAbstractSequentialList
An AbstractSequentialList which implements the Iterable interface. |
class |
IterableAbstractSet
An AbstractSet which implements the Iterable interface. |
class |
IterableArrayList
An ArrayList which implements the Iterable interface. |
class |
IterableHashMap
A HashMap which implements the Iterable interface. |
class |
IterableHashSet
A HashSet which implements the Iterable interface. |
class |
IterableHashtable
A Hashtable which implements the Iterable interface. |
class |
IterableLinkedHashMap
A LinkedHashMap which implements the Iterable interface. |
class |
IterableLinkedList
A LinkedList which implements the Iterable interface. |
class |
IterableTreeMap
A TreeMap which implements the Iterable interface. |
class |
IterableTreeSet
A TreeSet which implements the Iterable interface. |
class |
IterableVector
A Vector which implements the Iterable interface. |
class |
MrAbstractCollection
An AbstractCollection which uses a concrete collection as its basis. |
class |
MrAbstractList
An AbstractList which uses a concrete list as its basis. |
class |
MrAbstractMap
An AbstractMap which uses a concrete map as its basis. |
class |
MrAbstractSet
An AbstractList which uses a concrete list as its basis. |
class |
MrRandomList
An concrete implementation of an AbstractList which can be shuffled and unshuffled. |
| Methods in au.gov.tas.dpiwe.mr.util that return Iterable | |
|---|---|
static Iterable |
Collections.iterable(Object items)
Returns an object which can iterate over the contents of another. |
| Methods in au.gov.tas.dpiwe.mr.util with parameters of type Iterable | |
|---|---|
static List |
Lists.construct(Iterable input)
Takes an entity which can supply an Iterator and constructs a list from it. |
static Collection |
Collections.construct(Iterable input)
Takes an entity which can supply an Iterator and constructs a collection from it. |
static Map |
Maps.construct(Iterable input)
Takes an entity which can supply an Iterator and constructs a map from it. |
static Set |
Sets.construct(Iterable input)
Takes an entity which can supply an Iterator and constructs a set from it. |
static int |
Collections.count(Iterable iterable)
|
static Iterator |
Collections.iterator(Iterable iterable)
|
static List |
Lists.sort(Iterable input)
Takes an entity which can supply an Iterator and constructs an ordered list from it. |
static Collection |
Collections.sort(Iterable input)
Takes an entity which can supply an Iterator and constructs an ordered collection from it. |
static SortedSet |
Sets.sort(Iterable input)
Takes an entity which can supply an Iterator and constructs an ordered set from it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||