org.eclipse.cdt.internal.ui.search
Class LRUWorkingSets

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.search.LRUWorkingSets

public class LRUWorkingSets
extends java.lang.Object

Author:
bgheorgh TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
LRUWorkingSets(int size)
           
 
Method Summary
 void add(org.eclipse.ui.IWorkingSet[] workingSet)
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUWorkingSets

public LRUWorkingSets(int size)
Method Detail

add

public void add(org.eclipse.ui.IWorkingSet[] workingSet)

iterator

public java.util.Iterator iterator()