ch.bfh.algo.core.sequence
Interface ArrayStrategy<P>

All Known Implementing Classes:
DefaultGenericArrayStrategy

public interface ArrayStrategy<P>


Method Summary
 P[] enlarge(int used, P[] array)
           
 P[] initialize(int size)
           
 P[] shrink(int used, P[] array)
           
 

Method Detail

initialize

P[] initialize(int size)

enlarge

P[] enlarge(int used,
            P[] array)

shrink

P[] shrink(int used,
           P[] array)