Class BiList<E>


  • public class BiList<E>
    extends Object
    Author:
    Geoffroy Jamgotchian
    • Constructor Detail

      • BiList

        public BiList()
    • Method Detail

      • add

        public int add​(E e)
      • addIfNotAlreadyExist

        public int addIfNotAlreadyExist​(E e)
      • get

        public E get​(int index)
      • indexOf

        public int indexOf​(E e)