krati.core.array.entry
Interface EntryFactory<T extends EntryValue>

Type Parameters:
T - Generic type for the basic values contained by an Entry
All Known Implementing Classes:
EntryIntFactory, EntryLongFactory, EntryShortFactory

public interface EntryFactory<T extends EntryValue>

EntryFactory.

Author:
jwu

Method Summary
 Entry<T> newEntry(int initialCapacity)
           
 

Method Detail

newEntry

Entry<T> newEntry(int initialCapacity)


Copyright © 2011. All Rights Reserved.