Interface NdLinkedList.ILinkedListVisitor<T>

Enclosing class:
NdLinkedList<T>

public static interface NdLinkedList.ILinkedListVisitor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit​(T record, short metadataBits, int index)