Interface VmCollection.Builder<T extends VmCollection>

Enclosing class:
VmCollection

public static interface VmCollection.Builder<T extends VmCollection>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Object element)
     
    void
    addAll(Iterable<?> elements)
     
     
  • Method Details

    • add

      void add(Object element)
    • addAll

      void addAll(Iterable<?> elements)
    • build

      T build()