Deduplicator class abstract

Provides methods to detect duplicates. Note that CONs and NONs can be duplicates.

Implementers

Constructors

Deduplicator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
Clears the state of this deduplicator.
find(int? key) → CoapExchange?
Finds the exchange associated with the supplied key
findPrevious(int? key, CoapExchange exchange) → CoapExchange?
Checks if the specified key is already associated with a previous exchange and otherwise associates the key with the exchange specified.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
Starts.
stop() → void
Stops.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited