Class VerificationMethodANDCombinations
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<VerificationMethodDescriptor>
com.webauthn4j.metadata.legacy.data.statement.VerificationMethodANDCombinations
- All Implemented Interfaces:
Iterable<VerificationMethodDescriptor>,Collection<VerificationMethodDescriptor>,List<VerificationMethodDescriptor>
@Deprecated
public class VerificationMethodANDCombinations
extends AbstractList<VerificationMethodDescriptor>
Deprecated.
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.VerificationMethodANDCombinations(@NonNull List<VerificationMethodDescriptor> descriptors) Deprecated. -
Method Summary
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
VerificationMethodANDCombinations
Deprecated. -
VerificationMethodANDCombinations
public VerificationMethodANDCombinations()Deprecated.
-
-
Method Details
-
get
Deprecated.- Specified by:
getin interfaceList<VerificationMethodDescriptor>- Specified by:
getin classAbstractList<VerificationMethodDescriptor>
-
size
public int size()Deprecated.- Specified by:
sizein interfaceCollection<VerificationMethodDescriptor>- Specified by:
sizein interfaceList<VerificationMethodDescriptor>- Specified by:
sizein classAbstractCollection<VerificationMethodDescriptor>
-
equals
Deprecated.- Specified by:
equalsin interfaceCollection<VerificationMethodDescriptor>- Specified by:
equalsin interfaceList<VerificationMethodDescriptor>- Overrides:
equalsin classAbstractList<VerificationMethodDescriptor>
-
hashCode
public int hashCode()Deprecated.- Specified by:
hashCodein interfaceCollection<VerificationMethodDescriptor>- Specified by:
hashCodein interfaceList<VerificationMethodDescriptor>- Overrides:
hashCodein classAbstractList<VerificationMethodDescriptor>
-