类 PartitionResult<R>
- java.lang.Object
-
- net.dongliu.commons.collection.PartitionResult<R>
-
public class PartitionResult<R> extends java.lang.ObjectPartition result
-
-
构造器概要
构造器 构造器 说明 PartitionResult(R matched, R missed)
-
-
-
方法详细资料
-
matched
public R matched()
The result reduced by elements pass the partition predicate
-
missed
public R missed()
The result reduced by elements miss the partition predicate
-
equals
public boolean equals(java.lang.Object o)
- 覆盖:
equals在类中java.lang.Object
-
hashCode
public int hashCode()
- 覆盖:
hashCode在类中java.lang.Object
-
toString
public java.lang.String toString()
- 覆盖:
toString在类中java.lang.Object
-
-