-
- Type Parameters:
E- is the type of the list's elements.
- All Superinterfaces:
Iterable<E>
- All Known Subinterfaces:
BusContainer<CONTENT>,GISContainer<T>,GISElementContainer<T>,GISLayerContainer<L>
- All Known Implementing Classes:
AbstractBusContainer,ArrayMapElementLayer,BusItinerary,BusLine,BusLineLayer,BusNetwork,BusNetworkLayer,GridMapElementLayer,InformedArrayList,MapElementLayer,MultiMapLayer,RoadNetworkLayer,TreeMapElementLayer
public interface InformedIterable<E> extends Iterable<E>
This is an iterable object which knows that is the type of their elements.- Since:
- 15.0
- Version:
- 17.0 2020-01-04 14:41:38
- Author:
- Stéphane GALLAND
- Maven Group Id:
- org.arakhne.afc.core
- Maven Artifact Id:
- util
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends E>getElementType()Replies the class of the elements in this iterable object.-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-