Uses of Class
com.funnelback.publicui.search.model.anchors.AnchorDescription
-
Packages that use AnchorDescription Package Description com.funnelback.publicui.search.model.anchors -
-
Uses of AnchorDescription in com.funnelback.publicui.search.model.anchors
Fields in com.funnelback.publicui.search.model.anchors with type parameters of type AnchorDescription Modifier and Type Field Description private java.util.List<AnchorDescription>
AnchorModel. anchors
Methods in com.funnelback.publicui.search.model.anchors that return types with arguments of type AnchorDescription Modifier and Type Method Description java.util.List<AnchorDescription>
AnchorModel. getAnchors()
Methods in com.funnelback.publicui.search.model.anchors with parameters of type AnchorDescription Modifier and Type Method Description int
AnchorDescription. compareTo(AnchorDescription that)
Method parameters in com.funnelback.publicui.search.model.anchors with type arguments of type AnchorDescription Modifier and Type Method Description void
AnchorModel. setAnchors(java.util.List<AnchorDescription> anchors)
-