-
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Segment<T1,T2>>, Collection<Segment<T1,T2>>, List<Segment<T1,T2>>, RandomAccess, CommonAttributes, Function, MembershipFunction<T1,T2>
public class PiecewiseLinearFunction<T1,T2>
extends ArrayList<Segment<T1,T2>>
implements Function, MembershipFunction<T1,T2>
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.