Interface CollectionRack<E,​C extends java.util.Collection<E>>

All Known Subinterfaces:
ListRack<E,​L>
All Known Implementing Classes:
ImmutableListRack

public interface CollectionRack<E,​C extends java.util.Collection<E>>
  • Method Summary

    Modifier and Type Method Description
    C get()  
    default int size()  
  • Method Details

    • get

      C get()
    • size

      default int size()