Class NdLinkedList<T>

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.NdLinkedList<T>

public final class NdLinkedList<T> extends Object
  • Constructor Details

    • NdLinkedList

      public NdLinkedList(Nd nd, long address, ITypeFactory<T> elementFactory, int recordsInFirstBlock, int recordsInSubsequentBlocks)
    • NdLinkedList

      public NdLinkedList(Nd nd, long address, ITypeFactory<T> elementFactory, int recordsInFirstBlock, int recordsInSubsequentBlocks, int metadataBitsPerElement)
  • Method Details