-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionUvmEntry(@NotNull UserVerificationMethod userVerificationMethod, @NotNull KeyProtectionType keyProtectionType, @NotNull MatcherProtectionType matcherProtectionType) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull Numberget(int index) @NotNull KeyProtectionType@NotNull MatcherProtectionType@NotNull UserVerificationMethodinthashCode()intsize()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
-
UvmEntry
-
UvmEntry
public UvmEntry(@NotNull @NotNull UserVerificationMethod userVerificationMethod, @NotNull @NotNull KeyProtectionType keyProtectionType, @NotNull @NotNull MatcherProtectionType matcherProtectionType)
-
-
Method Details
-
get
-
size
public int size()- Specified by:
sizein interfaceCollection<Number>- Specified by:
sizein interfaceList<Number>- Specified by:
sizein classAbstractCollection<Number>
-
getUserVerificationMethod
-
getKeyProtectionType
-
getMatcherProtectionType
-
equals
- Specified by:
equalsin interfaceCollection<Number>- Specified by:
equalsin interfaceList<Number>- Overrides:
equalsin classAbstractList<Number>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<Number>- Specified by:
hashCodein interfaceList<Number>- Overrides:
hashCodein classAbstractList<Number>
-