Search Results
OK to copy?
Examples 1 through 10 of
729 (0.362 seconds)
Class:
sessions.DummyCart
©,
Rating:
0% of 0,
C1
Class: sessions.DummyCart ©, Rating: 0% of 0, C1
Class: org.apache.jasper.util.Queue ©, Rating: 0% of 0, C1
Class: org.apache.axis.server.ParamList ©, Rating: 0% of 0, C1
Class: org.apache.axis.server.ParamList ©, Rating: 0% of 0, C1
Class: org.apache.axis.server.ParamList ©, Rating: 0% of 0, C1
Class: org.apache.axis.server.ParamList ©, Rating: 0% of 0, C1
Class: org.apache.catalina.util.Queue ©, Rating: 0% of 0, C1
Class: org.apache.jsp.jsp2.misc.config_jsp ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.collections.Queue ©, Rating: 0% of 0, C1
21
22 public class DummyCart {
23 Vector v = new Vector();
24 String submit = null;
25 String item = null;
Class: sessions.DummyCart ©, Rating: 0% of 0, C1
21
22 public class DummyCart {
23 Vector v = new Vector();
24 String submit = null;
25 String item = null;
Class: org.apache.jasper.util.Queue ©, Rating: 0% of 0, C1
Class: org.apache.axis.server.ParamList ©, Rating: 0% of 0, C1
74
75 public ParamList (int initialCapacity, int capacityIncrement) {
76 super (initialCapacity, capacityIncrement);
77 }
78 }
Class: org.apache.axis.server.ParamList ©, Rating: 0% of 0, C1
Class: org.apache.axis.server.ParamList ©, Rating: 0% of 0, C1
Class: org.apache.axis.server.ParamList ©, Rating: 0% of 0, C1
Class: org.apache.catalina.util.Queue ©, Rating: 0% of 0, C1
Class: org.apache.jsp.jsp2.misc.config_jsp ©, Rating: 0% of 0, C1
11
12 static {
13 _jspx_dependants = new java.util.Vector(3);
14 _jspx_dependants.add("/jsp2/misc/prelude.jspf");
15 _jspx_dependants.add("/WEB-INF/jsp2/jsp2-example-taglib.tld");
Class: org.apache.tomcat.util.collections.Queue ©, Rating: 0% of 0, C1
027 */
028 public class Queue {
029 private Vector vector = new Vector();
030 private boolean stopWaiting=false;
031 private boolean waiting=false;