CropRotationDeduplicator class

Crop rotation deduplicator

Implemented types

Constructors

CropRotationDeduplicator(DefaultCoapConfig _config)
Construction

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.
override
find(int? key) → CoapExchange?
Finds the exchange associated with the supplied key
override
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.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
Starts.
override
stop() → void
Stops.
override
toString() String
A string representation of this object.
inherited

Operators

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