Searched defs:DoubleArrayAsList (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/primitives/
H A DDoubles.java420 if (collection instanceof DoubleArrayAsList) {
421 return ((DoubleArrayAsList) collection).toDoubleArray();
455 return new DoubleArrayAsList(backingArray);
459 private static class DoubleArrayAsList extends AbstractList<Double> class in class:Doubles
465 DoubleArrayAsList(double[] array) { method in class:Doubles.DoubleArrayAsList
469 DoubleArrayAsList(double[] array, int start, int end) { method in class:Doubles.DoubleArrayAsList
530 return new DoubleArrayAsList(array, start + fromIndex, start + toIndex);
537 if (object instanceof DoubleArrayAsList) {
538 DoubleArrayAsList that = (DoubleArrayAsList) objec
[all...]
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DDoubles.java415 if (collection instanceof DoubleArrayAsList) {
416 return ((DoubleArrayAsList) collection).toDoubleArray();
450 return new DoubleArrayAsList(backingArray);
454 private static class DoubleArrayAsList extends AbstractList<Double> class in class:Doubles
460 DoubleArrayAsList(double[] array) { method in class:Doubles.DoubleArrayAsList
464 DoubleArrayAsList(double[] array, int start, int end) { method in class:Doubles.DoubleArrayAsList
525 return new DoubleArrayAsList(array, start + fromIndex, start + toIndex);
532 if (object instanceof DoubleArrayAsList) {
533 DoubleArrayAsList that = (DoubleArrayAsList) objec
[all...]
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 620 milliseconds