Class VerificationMethodANDCombinations
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<VerificationMethodDescriptor>
com.webauthn4j.metadata.data.statement.VerificationMethodANDCombinations
- All Implemented Interfaces:
Iterable<VerificationMethodDescriptor>,Collection<VerificationMethodDescriptor>,List<VerificationMethodDescriptor>
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionVerificationMethodANDCombinations(@NotNull List<VerificationMethodDescriptor> descriptors) VerificationMethodANDCombinations(VerificationMethodDescriptor... descriptors) -
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
public VerificationMethodANDCombinations(@NotNull @NotNull List<VerificationMethodDescriptor> descriptors) -
VerificationMethodANDCombinations
-
VerificationMethodANDCombinations
public VerificationMethodANDCombinations()
-
-
Method Details
-
get
- Specified by:
getin interfaceList<VerificationMethodDescriptor>- Specified by:
getin classAbstractList<VerificationMethodDescriptor>
-
size
public int size()- Specified by:
sizein interfaceCollection<VerificationMethodDescriptor>- Specified by:
sizein interfaceList<VerificationMethodDescriptor>- Specified by:
sizein classAbstractCollection<VerificationMethodDescriptor>
-
equals
- Specified by:
equalsin interfaceCollection<VerificationMethodDescriptor>- Specified by:
equalsin interfaceList<VerificationMethodDescriptor>- Overrides:
equalsin classAbstractList<VerificationMethodDescriptor>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<VerificationMethodDescriptor>- Specified by:
hashCodein interfaceList<VerificationMethodDescriptor>- Overrides:
hashCodein classAbstractList<VerificationMethodDescriptor>
-