Package com.strategyquant.tradinglib
Class NegatersList
java.lang.Object
java.util.AbstractCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectList<K>
it.unimi.dsi.fastutil.objects.ObjectArrayList<Negater>
com.strategyquant.tradinglib.NegatersList
- All Implemented Interfaces:
it.unimi.dsi.fastutil.objects.ObjectCollection<Negater>,it.unimi.dsi.fastutil.objects.ObjectIterable<Negater>,it.unimi.dsi.fastutil.objects.ObjectList<Negater>,it.unimi.dsi.fastutil.Stack<Negater>,Serializable,Cloneable,Comparable<List<? extends Negater>>,Iterable<Negater>,Collection<Negater>,List<Negater>,RandomAccess
The Class NegatersList.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectList
it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectSubList<K extends Object> -
Field Summary
FieldsFields inherited from class it.unimi.dsi.fastutil.objects.ObjectArrayList
DEFAULT_INITIAL_CAPACITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.objects.ObjectArrayList
add, add, addElements, clear, clone, compareTo, elements, ensureCapacity, equals, get, getElements, indexOf, isEmpty, lastIndexOf, listIterator, remove, remove, removeAll, removeElements, set, setElements, size, size, sort, trim, trim, unstableSort, wrap, wrapMethods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectList
addAll, addAll, addElements, compareTo, contains, equals, hashCode, iterator, listIterator, peek, pop, push, subList, top, toStringMethods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArrayMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
containsAll, replaceAll, retainAll, spliterator, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.objects.ObjectList
setElements, setElements
-
Field Details
-
Log
public static final org.slf4j.Logger LogThe Constant Log.
-
-
Constructor Details
-
NegatersList
public NegatersList()
-
-
Method Details
-
negate
Negate.- Parameters:
block- the blockstrategy- the strategy- Returns:
- the i block
- Throws:
BlockDefinitionException- the block definition exception
-