Searched refs:collection (Results 1 – 13 of 13) sorted by relevance
253 public static int[] toIntArray(List<Integer> collection) { in toIntArray() argument254 int[] array = new int[collection.size()]; in toIntArray()256 for (int value : collection) { in toIntArray()262 public static float[] toFloatArray(List<Float> collection) { in toFloatArray() argument263 float[] array = new float[collection.size()]; in toFloatArray()265 for (float value : collection) { in toFloatArray()
244 String label, collection; in getView() local247 collection = item.getCollection(); in getView()250 collection = ""; in getView()254 if (collection.isEmpty()) { in getView()257 return inflateTwoLine(convertView, parent, label, collection, checked); in getView()277 String label, String collection, boolean checked) { in inflateTwoLine() argument290 subText.setText(collection); in inflateTwoLine()
303 private static <T> Set<T> toSet(Collection<T> collection) { in toSet() argument305 ret.addAll(collection); in toSet()
1931 Collection<String> collection) {1935 if (collection == null) {1936 collection = new ArrayList<String>();1939 collection.add(in);1940 return collection;1951 collection.add(interim);1962 collection.add(interim);1965 return collection;
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
568 public static boolean isIndexValid(@Nullable Collection<?> collection, int index) { in isIndexValid() argument569 return collection == null ? false : index >= 0 && index < collection.size(); in isIndexValid()
699 public static <E> ArraySet<E> newArraySet(Collection<E> collection) { in newArraySet() argument700 final ArraySet<E> arraySet = new ArraySet<>(collection.size()); in newArraySet()701 arraySet.addAll(collection); in newArraySet()
777 public static String toString(Collection<Conversation> collection) { in toString() argument778 final StringBuilder out = new StringBuilder(collection.size() + " conversations:"); in toString()780 for (final Conversation c : collection) { in toString()
3 There is a [native JSON benchmark collection] [1] which evaluates speed, memory usage and code size…
310 …utions to prevent actual copying these data, such as reference counting and garbage collection(GC).432 Object is a collection of key-value pairs (members). Each key must be a string value. To modify an …
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...