|
| MetaList (Collection<? extends String > c) |
|
boolean | addAll (Collection<? extends String > c) |
|
boolean | add (String e) |
|
- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file MetaList.java.
◆ MetaList()
org.turro.elephant.context.MetaList.MetaList |
( |
Collection<? extends String > |
c | ) |
|
◆ add()
boolean org.turro.elephant.context.MetaList.add |
( |
String |
e | ) |
|
Definition at line 46 of file MetaList.java.
47 Iterator<String> it = iterator();
49 String meta = it.next();
50 if(isSameProperty(meta, e)) {
◆ addAll()
boolean org.turro.elephant.context.MetaList.addAll |
( |
Collection<? extends String > |
c | ) |
|
Definition at line 37 of file MetaList.java.
38 if(c ==
null)
return false;
The documentation for this class was generated from the following file: