Class BiList<E>

java.lang.Object
com.powsybl.timeseries.BiList<E>

public class BiList<E> extends Object
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • BiList

      public BiList()
  • Method Details

    • add

      public int add(E e)
    • addIfNotAlreadyExist

      public int addIfNotAlreadyExist(E e)
    • get

      public E get(int index)
    • indexOf

      public int indexOf(E e)