cz/vutbr/fit/dudka/SGVis/Data/IContainer.java

Go to the documentation of this file.
00001 package cz.vutbr.fit.dudka.SGVis.Data;
00002 
00007 public interface IContainer<T>
00008   extends Iterable<T>
00009 {
00014   public void add(T t);
00015 }

Generated on Sat May 3 22:56:09 2008 for SGVis by  doxygen 1.5.4