common: Update external Map annotations
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 28 Oct 2015 18:50:28 +0000 (14:50 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 29 Oct 2015 02:22:47 +0000 (22:22 -0400)
Make entrySet() return a @NonNull Set (if the map exists, the entrySet
necessarily does).

Change-Id: I08dc06455239701a45ad6f6d9c678f811af73c0f
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/59162
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Hudson CI
common/org.eclipse.tracecompass.common.core/annotations/java/util/Map.eea

index 97ab712eb86ec3f8a541c88f3782d2ca592603ce..44f25b374dbe23832a7e0426e559512c8a1c45f1 100644 (file)
@@ -1,4 +1,7 @@
 class java/util/Map
+entrySet
+ ()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;
+ ()L1java/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;
 get
  (Ljava/lang/Object;)TV;
  (Ljava/lang/Object;)T0V;
This page took 0.027722 seconds and 5 git commands to generate.