Certain methods of this interface are considered "destructive" and are called "mutator" methods in that they modify the group of objects contained within the collection on which they operate. They can be specified to throwUnsupportedOperationExceptionif this collection implementation does not support the...
Failure to follow this advice may result in non-deterministic behavior. The returned collection doesnotpass thehashCodeandequalsoperations through to the backing collection, but relies onObject's equals and hashCode methods. This is necessary to preserve the contracts of these operations in the case ...
Methods inherited from java.lang.Object java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait Methods inherited from java.util.AbstractMap java.util.AbstractMap.equals java.util.Abstra...
protectedQueryCollectionResponse<java.lang.String>next(QueryOptions options) Returns the next QueryCollectionResponse object. Methods inherited fromjava.lang.Object java.lang.Object.clonejava.lang.Object.equalsjava.lang.Object.finalizejava.lang.Object.getClassjava.lang.Object.hashCodejava.lang.Object.notifyja...
Methods 展开表 byEntitlementType(String entitlementType) Retrieves the operations that can be applied on entitlements with a given entitlement type. get(Boolean showExpiry) Gets the entitlements for a customer. Applies to Microsoft.Store.PartnerCenter Java latest本文...
Returns an array containing the constants of this enum type, in the order they are declared. Methods inherited from class java.lang.Enum compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf Methods inherited from class java.lang.Object ...
Methods inherited from class java.lang.Object getClass,notify,notifyAll,wait,wait,wait Constructor Detail DescribeGeofenceCollectionResult public DescribeGeofenceCollectionResult() Method Detail setCollectionName public void setCollectionName(StringcollectionName) ...
Methods inherited from class com.amazonaws.AmazonWebServiceResult getSdkHttpMetadata,getSdkResponseMetadata,setSdkHttpMetadata,setSdkResponseMetadata Methods inherited from class java.lang.Object getClass,notify,notifyAll,wait,wait,wait Constructor Detail ...
A Set can be created by wrapping an existing java.util.Set using the Set.wrap static methods.Set.wrap:Does not make a copy of the underlying collection. Will not alter the underlying collection in any way. Will maintain a reference to the collection you wrap....
Description: This is a sample application that alter the entities setters methods in order to empower a Fluent API. Key points: in entitites, return this instead of void in setters Fluent API example: How To Provide a Fluent API Via Additional Methods For Building Entities Note: If you...