choco.kernel.common.util.iterators
Interface IStored

All Known Implementing Classes:
ArrayIterator, IntArrayIterator, OneValueIterator, SingleElementIterator

public interface IStored


Since:
14/02/12
Author:
Charles Prud'homme

Method Summary
 boolean isStored()
           
 void pop()
           
 void push()
           
 

Method Detail

push

void push()

pop

void pop()

isStored

boolean isStored()


Copyright © 2012. All Rights Reserved.