|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HittableList<T extends Hittable>
The instances of the HittableList interface are aggregations of
Hittable objects, i.e. objects that can be "hit" or marked as
accessed.
| Method Summary | |
|---|---|
T |
get(java.lang.String targetName)
This method finds a particular Hittable object among this
HittableList's members. |
java.util.Collection<T> |
getAll()
Collection valued getter method for all Hittable objects of this
HittableList. |
java.util.Collection<T> |
getFavorite()
Collection valued getter method for the most often accessed Hittable objects of this HittableList. |
java.lang.String |
getParentName()
Getter method for the name of the object (either the API or the package) to which the Hittable objects of this HittableList belong. |
java.util.Collection<T> |
getRecent()
Collection valued getter method for the most recently accessed Hittable objects of this HittableList. |
boolean |
hasHits()
This method is used to determine whether this HittableList's
parent has any previously accessed members or not. |
void |
hit(java.lang.String targetName)
This method marks a particular Hittable object among this
HittableList's members as currently accessed. |
| Method Detail |
|---|
java.lang.String getParentName()
Hittable objects of this HittableList belong.
HittableListjava.util.Collection<T> getFavorite()
Hittable objects of this HittableList.
Hittable objects of this
HittableListjava.util.Collection<T> getRecent()
Hittable objects of this HittableList.
Hittable
objects of this HittableListjava.util.Collection<T> getAll()
Hittable objects of this
HittableList.
Hittable objects of this
HittableListT get(java.lang.String targetName)
Hittable object among this
HittableList's members.
targetName - The name of the Hittable object to be found
Hittable object of this list with the specified nameboolean hasHits()
HittableList's
parent has any previously accessed members or not.
true if this HittableList's
parent aggregation has accessed members; false
otherwisevoid hit(java.lang.String targetName)
Hittable object among this
HittableList's members as currently accessed.
targetName - The name of the Hittable object to be marked
accessed
|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||