e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 69 (0.504 seconds)
Class: org.apache.batik.gvt.RootGraphicsNode  ©, Rating: 0% of 0, C1

93 public void removeTreeGraphicsNodeChangeListener 94 (GraphicsNodeChangeListener l) { 95 getTreeGraphicsNodeChangeListeners().remove(l); 96 } 97

Class: org.apache.catalina.cluster.tcp.ThreadPool  ©, Rating: 0% of 0, C1

69 if (idle.size() > 0) { 70 try { 71 worker = (WorkerThread) idle.remove(0); 72 } catch (java.util.NoSuchElementException x) { 73 //this means that there are no available workers

Class: org.apache.batik.dom.traversal.TraversalSupport  ©, Rating: 0% of 0, C1

137 */ 138 public void detachNodeIterator(NodeIterator it) { 139 iterators.remove(it); 140 } 141 }

Class: org.apache.batik.swing.svg.SVGUpdateOverlay  ©, Rating: 0% of 0, C1

081 rects.add(r); 082 if (rects.size() > size) 083 rects.remove(0); 084 updateCount++; 085 }

jgoodies_animation  Class: com.jgoodies.animation.AbstractAnimation  ©, Rating: 0% of 0, C1

147 */ 148 public final void removeAnimationListener(AnimationListener listener) { 149 listenerList.remove(listener); 150 } 151

Class: org.apache.batik.swing.svg.SVGDocumentLoader  ©, Rating: 0% of 0, C1

172 */ 173 public void removeSVGDocumentLoaderListener(SVGDocumentLoaderListener l) { 174 listeners.remove(l); 175 } 176

Class: org.apache.batik.swing.svg.GVTTreeBuilder  ©, Rating: 0% of 0, C1

190 */ 191 public void removeGVTTreeBuilderListener(GVTTreeBuilderListener l) { 192 listeners.remove(l); 193 } 194

Class: org.apache.batik.swing.svg.SVGLoadEventDispatcher  ©, Rating: 0% of 0, C1

199 public void removeSVGLoadEventDispatcherListener 200 (SVGLoadEventDispatcherListener l) { 201 listeners.remove(l); 202 } 203

Class: org.apache.jmeter.testelement.property.CollectionProperty  ©, Rating: 0% of 0, C1

107 if (value instanceof List) 108 { 109 ((List) value).remove(index); 110 } 111 }

Class: org.apache.jmeter.visualizers.MonitorAccumModel  ©, Rating: 0% of 0, C1

089 } else { 090 list.add(model); 091 list.remove(0); 092 } 093 return list;

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7   Next