Package provided.owlMaps.general
Interface IListIcon
- All Superinterfaces:
java.util.Collection<provided.mixedData.IMixedDataDictionary>,java.lang.Iterable<provided.mixedData.IMixedDataDictionary>,java.util.List<provided.mixedData.IMixedDataDictionary>
public interface IListIcon
extends java.util.List<provided.mixedData.IMixedDataDictionary>
Represents a List explicitly of Icon options (IMixedDataDictionaries)
Used for situations where the type of the generic parameter needs to be known, e.g. for JSON encoding/decoding
- Author:
- swong
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.lang.Iterable
forEachMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray