 | IPartitionerT Interface |
Interface for classes that can partition a range of values.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxpublic interface IPartitioner<T>
Public Interface IPartitioner(Of T)
generic<typename T>
public interface class IPartitioner
type IPartitioner<'T> = interface end
Type Parameters
- T
- The type of object to partition.
The IPartitionerT type exposes the following members.
Properties
| Name | Description |
---|
 | Partitions |
Gets or sets the number of partitions.
|
Top
Methods
| Name | Description |
---|
 | GetPartition |
Gets the partition for the specified value.
|
Top
See Also