Package de.mhus.con.api
Interface ICollection<T>
-
- All Superinterfaces:
Iterable<T>
- All Known Subinterfaces:
ConfigTypes,Labels,Lifecycles,Plugins,Projects,Schemes
public interface ICollection<T> extends Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(String name)TgetOrNull(String name)String[]keys()intsize()-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-