Class TDoubleArrayListHack

java.lang.Object
gnu.trove.list.array.TDoubleArrayList
com.powsybl.commons.util.trove.TDoubleArrayListHack
All Implemented Interfaces:
gnu.trove.list.TDoubleList, gnu.trove.TDoubleCollection, Externalizable, Serializable

public class TDoubleArrayListHack extends gnu.trove.list.array.TDoubleArrayList
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
See Also:
  • Field Summary

    Fields inherited from class gnu.trove.list.array.TDoubleArrayList

    _data, _pos, DEFAULT_CAPACITY, no_entry_value
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    TDoubleArrayListHack(double[] values)
     
    TDoubleArrayListHack(int capacity)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double[]
     

    Methods inherited from class gnu.trove.list.array.TDoubleArrayList

    add, add, add, addAll, addAll, addAll, binarySearch, binarySearch, clear, clear, contains, containsAll, containsAll, containsAll, ensureCapacity, equals, fill, fill, forEach, forEachDescending, get, getNoEntryValue, getQuick, grep, hashCode, indexOf, indexOf, insert, insert, insert, inverseGrep, isEmpty, iterator, lastIndexOf, lastIndexOf, max, min, readExternal, remove, remove, removeAll, removeAll, removeAll, removeAt, replace, reset, resetQuick, retainAll, retainAll, retainAll, reverse, reverse, set, set, set, setQuick, shuffle, size, sort, sort, subList, sum, toArray, toArray, toArray, toArray, toArray, toString, transformValues, trimToSize, wrap, wrap, writeExternal

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TDoubleArrayListHack

      public TDoubleArrayListHack()
    • TDoubleArrayListHack

      public TDoubleArrayListHack(int capacity)
    • TDoubleArrayListHack

      public TDoubleArrayListHack(double[] values)
  • Method Details

    • getData

      public double[] getData()