public class SomeProduct<R,T> extends Object implements Product<R,T>
SomeProduct(Set<R> rootSet, T value)
Set<R>
getRootSet()
T
getValue()
boolean
isEmpty()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SomeProduct(Set<R> rootSet, T value)
public boolean isEmpty()
isEmpty
Product<R,T>
public Set<R> getRootSet()
getRootSet
public T getValue()
getValue
Copyright © 2019. All rights reserved.