HomeSort by relevance Sort by last modified time
    Searched refs:Collection (Results 251 - 275 of 889) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 24 import java.util.Collection;
50 public Collection<? extends Item> items() {
MethodIdsSection.java 24 import java.util.Collection;
50 public Collection<? extends Item> items() {
ProtoIdsSection.java 24 import java.util.Collection;
50 public Collection<? extends Item> items() {
Section.java 21 import java.util.Collection;
219 * Gets the collection of all the items in this section.
224 public abstract Collection<? extends Item> items();
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
DoubleKeyMap.java 35 public Collection<Value> values(Key1 k1) {
53 public Collection<Value> values() {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
FieldIdsSection.java 24 import java.util.Collection;
50 public Collection<? extends Item> items() {
MethodIdsSection.java 24 import java.util.Collection;
50 public Collection<? extends Item> items() {
ProtoIdsSection.java 24 import java.util.Collection;
50 public Collection<? extends Item> items() {
Section.java 21 import java.util.Collection;
219 * Gets the collection of all the items in this section.
224 public abstract Collection<? extends Item> items();
  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableSortedSet.java 21 import java.util.Collection;
74 @Override public boolean containsAll(Collection<?> targets) {
ImmutableEnumSet.java 22 import java.util.Collection;
65 @Override public boolean containsAll(Collection<?> collection) {
66 return delegate.containsAll(collection);
Table.java 23 import java.util.Collection;
30 * A collection that associates an ordered pair of keys, called a row key and a
219 * Returns a collection of all values, which may contain duplicates. Changes
220 * to the returned collection will update the underlying table, and vice
223 * @return collection of values
225 Collection<V> values();
  /external/guava/guava-gwt/src/com/google/common/collect/
Multimap_CustomFieldSerializerBase.java 23 import java.util.Collection;
72 for (Map.Entry<?, ? extends Collection<?>> entry
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapHashCodeTester.java 26 import java.util.Collection;
63 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
TimeLine.java 37 import java.util.Collection;
97 public Collection<KeyFrame> getAllKeyFrames() {
  /external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
UncachedOggStream.java 38 import java.util.Collection;
121 public Collection<LogicalOggStream> getLogicalStreams() {
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
SmokeTestRunner.java 28 import java.util.Collection;
73 final Collection<ProcessError> errProcs = runOneActivity(app);
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java 19 import java.util.Collection;
109 Collection values = mHandlerMap.values();
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
CertificatePolicies.java 27 import java.util.Collection;
112 @Override public Collection getValues(Object object) {
InfoAccessSyntax.java 21 import java.util.Collection;
106 @Override public Collection getValues(Object object) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSourceResult.java 26 import java.util.Collection;
150 public Collection<String> getExtraColumns() {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionViewFactory.java 25 import java.util.Collection;
52 public Collection<String> getSuggestionViewTypes() {
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockCorpus.java 24 import java.util.Collection;
87 public Collection<Source> getSources() {
SearchableCorporaTest.java 24 import java.util.Collection;
98 public Collection<Corpus> createCorpora(Sources sources) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 24 import java.util.Collection;
42 public synchronized Collection<CachedBluetoothDevice> getCachedDevicesCopy() {

Completed in 537 milliseconds

<<11121314151617181920>>