Map<String, BitSet> selection = new HashMap<String, BitSet>(); /// select the movies with IDs 1 and 6. BitSet selectedMovies = new BitSet(); selectedMovies.set(movieIdx.getMatchingOrdinal(1)); selectedMovies.set(movieIdx.getMatchingOrdinal(6)); selection.put("Movie", movies); We can...
MapTypeName Map<KeyTypeName, ValueTypeName> @HashKey(keyFieldOne, keyFieldTwo); SetandMaptypes may optionally define ahash key. The hash key definition should be omitted if no hash key should be defined for a type. Elements, keys, and values in collection record types cannot be inlined. ...