Package io.objectbox.relation
Interface ListFactory
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ListFactory.ArrayListFactory,ListFactory.CopyOnWriteArrayListFactory
@Experimental public interface ListFactory extends java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classListFactory.ArrayListFactorystatic classListFactory.CopyOnWriteArrayListFactory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> java.util.List<T>createList()
-