Class EthereumAuthenticator.FixedSizeSet<T>
java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractSet<T>
java.util.HashSet<T>
java.util.LinkedHashSet<T>
org.eclipse.jetty.security.siwe.EthereumAuthenticator.FixedSizeSet<T>
- All Implemented Interfaces:
 Serializable, Cloneable, Iterable<T>, Collection<T>, SequencedCollection<T>, SequencedSet<T>, Set<T>
- Enclosing class:
 EthereumAuthenticator
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class LinkedHashSet
addFirst, addLast, getFirst, getLast, newLinkedHashSet, removeFirst, removeLast, reversed, spliteratorMethods inherited from class HashSet
clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, toArray, toArrayMethods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray 
- 
Constructor Details
- 
FixedSizeSet
public FixedSizeSet(int maxSize)  
 - 
 - 
Method Details
- 
add
 
 -