Searched defs:INSTANCE (Results 1 - 25 of 90) sorted by relevance

1234

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyImmutableList.java25 static final EmptyImmutableList INSTANCE = new EmptyImmutableList(); field in class:EmptyImmutableList
H A DEmptyImmutableMap.java27 static final EmptyImmutableMap INSTANCE = new EmptyImmutableMap(); field in class:EmptyImmutableMap
H A DEmptyImmutableSet.java26 static final EmptyImmutableSet INSTANCE = new EmptyImmutableSet(); field in class:EmptyImmutableSet
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DEmptyMapIterator.java33 public static final MapIterator INSTANCE = new EmptyMapIterator(); field in class:EmptyMapIterator
H A DEmptyIterator.java45 public static final Iterator INSTANCE = RESETTABLE_INSTANCE; field in class:EmptyIterator
48 return INSTANCE;
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
H A DBcDefaultDigestProvider.java137 public static final BcDigestProvider INSTANCE = new BcDefaultDigestProvider(); field in class:BcDefaultDigestProvider
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERNull.java11 public static final DERNull INSTANCE = new DERNull(); field in class:DERNull
16 * @deprecated use DERNull.INSTANCE
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStrictStyle.java14 public static final X500NameStyle INSTANCE = new BCStrictStyle(); field in class:BCStrictStyle
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableListMultimap.java28 static final EmptyImmutableListMultimap INSTANCE field in class:EmptyImmutableListMultimap
36 return INSTANCE; // preserve singleton property
H A DEmptyImmutableSetMultimap.java28 static final EmptyImmutableSetMultimap INSTANCE field in class:EmptyImmutableSetMultimap
36 return INSTANCE; // preserve singleton property
H A DEmptyImmutableMultiset.java31 static final EmptyImmutableMultiset INSTANCE = new EmptyImmutableMultiset(); field in class:EmptyImmutableMultiset
/external/apache-http/src/org/apache/http/impl/
H A DEnglishReasonPhraseCatalog.java61 public final static EnglishReasonPhraseCatalog INSTANCE = field in class:EnglishReasonPhraseCatalog
67 * If you need an instance of this class, use {@link #INSTANCE INSTANCE}.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DDHKeyGeneratorHelper.java11 static final DHKeyGeneratorHelper INSTANCE = new DHKeyGeneratorHelper(); field in class:DHKeyGeneratorHelper
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DCharacterPropertyEditor.java32 public static final PropertyEditor INSTANCE = new CharacterPropertyEditor(); field in class:CharacterPropertyEditor
H A DDoubleObjectPropertyEditor.java32 public static final DoubleObjectPropertyEditor INSTANCE = new DoubleObjectPropertyEditor(); field in class:DoubleObjectPropertyEditor
H A DDoublePropertyEditor.java32 public static final PropertyEditor INSTANCE = new DoublePropertyEditor(); field in class:DoublePropertyEditor
H A DFloatPropertyEditor.java32 public static final PropertyEditor INSTANCE = new FloatPropertyEditor(); field in class:FloatPropertyEditor
H A DIntegerObjectPropertyEditor.java32 public static final IntegerObjectPropertyEditor INSTANCE = new IntegerObjectPropertyEditor(); field in class:IntegerObjectPropertyEditor
H A DIntegerPropertyEditor.java32 public static final IntegerPropertyEditor INSTANCE = new IntegerPropertyEditor(); field in class:IntegerPropertyEditor
H A DLocalePropertyEditor.java29 public static final PropertyEditor INSTANCE = new LocalePropertyEditor(); field in class:LocalePropertyEditor
H A DLongObjectPropertyEditor.java32 public static final LongObjectPropertyEditor INSTANCE = new LongObjectPropertyEditor(); field in class:LongObjectPropertyEditor
H A DLongPropertyEditor.java32 public static final PropertyEditor INSTANCE = new LongPropertyEditor(); field in class:LongPropertyEditor
H A DShortObjectPropertyEditor.java32 public static final ShortObjectPropertyEditor INSTANCE = new ShortObjectPropertyEditor(); field in class:ShortObjectPropertyEditor
H A DShortPropertyEditor.java32 public static final PropertyEditor INSTANCE = new ShortPropertyEditor(); field in class:ShortPropertyEditor
H A DStringArrayPropertyEditor.java33 public static final PropertyEditor INSTANCE = new StringArrayPropertyEditor(); field in class:StringArrayPropertyEditor

Completed in 244 milliseconds

1234