|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiz.hammurapi.util.CollectionVisitable
public class CollectionVisitable
Converts collection into visitable
| Constructor Summary | |
|---|---|
CollectionVisitable(java.util.Collection collection,
boolean visitCollection)
|
|
| Method Summary | |
|---|---|
boolean |
accept(Visitor visitor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionVisitable(java.util.Collection collection,
boolean visitCollection)
collection - visitCollection - true - visitor visits the collection and its elements; false - only elements| Method Detail |
|---|
public boolean accept(Visitor visitor)
accept in interface Visitable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||