Class FilterExpressions<R>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Expression<? super R,?>>
org.apache.sis.internal.geoapi.filter.FilterExpressions<R>
- All Implemented Interfaces:
Iterable<Expression<? super R,,?>> Collection<Expression<? super R,,?>> List<Expression<? super R,?>>
Placeholder for GeoAPI 3.1 interfaces (not yet released).
Shall not be visible in public API, as it will be deleted after next GeoAPI release.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExpression<? super R,?> get(int index) booleanisEmpty()intsize()Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.List
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
filters
-
-
Constructor Details
-
FilterExpressions
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<R>- Specified by:
isEmptyin interfaceList<R>- Overrides:
isEmptyin classAbstractCollection<Expression<? super R,?>>
-
size
public int size()- Specified by:
sizein interfaceCollection<R>- Specified by:
sizein interfaceList<R>- Specified by:
sizein classAbstractCollection<Expression<? super R,?>>
-
get
- Specified by:
getin interfaceList<R>- Specified by:
getin classAbstractList<Expression<? super R,?>>
-