Class LoomList<E>

java.lang.Object
com.loomcache.client.LoomList<E>
Type Parameters:
E - the element type

public final class LoomList<E> extends Object
Client-side distributed list proxy.
  • Method Details

    • add

      public boolean add(E element)
    • get

      public @Nullable E get(int index)
    • set

      public @Nullable E set(int index, E element)
    • remove

      public @Nullable E remove(int index)
    • size

      public int size()
    • subList

      public List<E> subList(int fromIndex, int toIndex)
    • clear

      public void clear()