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

public class NegatersList extends it.unimi.dsi.fastutil.objects.ObjectArrayList<Negater>
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

    Fields
    Modifier and Type
    Field
    Description
    static org.slf4j.Logger
    The Constant Log.

    Fields inherited from class it.unimi.dsi.fastutil.objects.ObjectArrayList

    DEFAULT_INITIAL_CAPACITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    negate​(IBlock block, StrategyBase strategy)
    Negate.

    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, wrap

    Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectList

    addAll, addAll, addElements, compareTo, contains, equals, hashCode, iterator, listIterator, peek, pop, push, subList, top, toString

    Methods inherited from class java.util.AbstractCollection

    containsAll, retainAll, toArray, toArray

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.Collection

    parallelStream, removeIf, stream, toArray

    Methods inherited from interface java.lang.Iterable

    forEach

    Methods inherited from interface java.util.List

    containsAll, replaceAll, retainAll, spliterator, toArray, toArray

    Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectList

    setElements, setElements
  • Field Details

    • Log

      public static final org.slf4j.Logger Log
      The Constant Log.
  • Constructor Details

    • NegatersList

      public NegatersList()
  • Method Details