java.lang.Object
de.uka.ipd.sdq.sensorframework.storage.lists.Chunk<T>
Type Parameters:
T -

public class Chunk<T> extends Object
Deprecated.
Superseded by EDP2.
  • Constructor Details

  • Method Details

    • add

      public void add(T d)
      Deprecated.
    • fromElement

      public long fromElement()
      Deprecated.
    • get

      public T get(int index)
      Deprecated.
    • isFull

      public boolean isFull()
      Deprecated.
    • persist

      public void persist() throws IOException
      Deprecated.
      Throws:
      IOException
    • size

      public int size()
      Deprecated.
    • toElement

      public long toElement()
      Deprecated.
    • accepts

      public boolean accepts(int index)
      Deprecated.