Search results
From APIDesign
You searched for Integer
There is no page titled "Integer".
For more information about searching APIDesign, see Help.
Showing below 11 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)
No page title matches
Page text matches
- Domain Specific Language (12,164 bytes)
51: webservice String getSomething(integer someParam) { ... } - ClearDefinitionOfVersion (1,810 bytes)
13: ... new interface that replaces methods dealing with integer ''Number''s with ''Real'' ones: - InvokeDynamic (11,361 bytes)
58: ... one wants to declare that variable '''x''' is an integer, one can do so by:
64: ...t to the [[JavaScript]] [[VM]] that '''x''' is an integer is a clever way to embed additional semantics int... - Checked exception (11,009 bytes)
152: Integer.valueOf("10");
158: ... not generated in the body of the {{JDK|java/lang|Integer}} '''parse''' method and refuses to compile such ...
162: Integer.valueOf("10"); - RandomizedTests (5,607 bytes)
13: list.add (random.nextInt (list.size (), new Integer (random.nextInt (100)));
65: Object add = new Integer (random.nextInt (100));
67: ... failure.append (" list.add(" + index + ", new Integer (" + add + "));\n");
86: list.add(0, new Integer (30));
87: list.add(0, new Integer (11)); - Erasure (6,177 bytes)
1: ...te between {{JDK|java/util|List}}<{{JDK|java/lang|Integer}}> and {{JDK|java/util|List}}<{{JDK|java/lang|Str...
3: ...rayList}}<String> and {{JDK|java/util|ArrayList}}<Integer>.
8: ...intln(new ArrayList().getClass() == new ArrayList<Integer>().getClass());
28: public MyNode(Integer data) { super(data); }
29: public void setData(Integer data) { - Covariance (2,199 bytes)
7: ...of the program does not return an {{JDK|java/lang|Integer}}, but rather its super type {{JDK|java/lang|Numb...
11: ...] where the method will return an {{JDK|java/lang|Integer}}:
15: ...ersion 1.0 will still compile (as {{JDK|java/lang|Integer}} contains all the method one could call on {{JDK... - Contravariance (1,344 bytes)
17: ...odError: api.Contravariance.isPositive(Ljava/lang/Integer;)Z - InstanceOf (784 bytes)
5: assert s instanceof Integer;
12: assert s instanceof Integer; - FlowControllingTest (35,147 bytes)
131: ... Logger.global.log(Level.WARNING, "cnt: {0}", new Integer(i)); - AOTMadeFaster (14,965 bytes)
138: int cnt = Integer.parseInt(args[0]);
140: int repeat = Integer.parseInt(args[2]);
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)