Package org.apache.ignite.binary
Interface BinaryCollectionFactory<K>
- 
 public interface BinaryCollectionFactory<K>Collection factory.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<K>create(int size)Create collection.
 
- 
- 
- 
Method Detail- 
createCollection<K> create(int size) Create collection.- Parameters:
- size- Amount of elements in collection.
- Returns:
- Collection.
 
 
- 
 
-