interface  oadd.com.google.common.collect.LinkedHashMultimap$ValueSetLink extends java.lang.Object
{
public abstract oadd.com.google.common.collect.LinkedHashMultimap$ValueSetLink getPredecessorInValueSet();
public abstract oadd.com.google.common.collect.LinkedHashMultimap$ValueSetLink getSuccessorInValueSet();
public abstract void setPredecessorInValueSet(oadd.com.google.common.collect.LinkedHashMultimap$ValueSetLink);
public abstract void setSuccessorInValueSet(oadd.com.google.common.collect.LinkedHashMultimap$ValueSetLink);
}