public class ReferenceCountingSequence<T>
extends com.metamx.common.guava.YieldingSequenceBase<T>
Constructor and Description |
---|
ReferenceCountingSequence(com.metamx.common.guava.Sequence<T> baseSequence,
ReferenceCountingSegment segment) |
public ReferenceCountingSequence(com.metamx.common.guava.Sequence<T> baseSequence, ReferenceCountingSegment segment)
public <OutType> com.metamx.common.guava.Yielder<OutType> toYielder(OutType initValue, com.metamx.common.guava.YieldingAccumulator<OutType,T> accumulator)
Copyright © 2011–2015. All rights reserved.