|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.configuration.protocol.runtime.metadata.Linq
@Deprecated public class Linq
Linq
Constructor Summary | |
---|---|
Linq()
Deprecated. |
Method Summary | ||
---|---|---|
static java.util.List<org.w3c.dom.Node> |
except(java.util.Collection<? extends org.w3c.dom.Node> xNodes,
java.util.Collection<? extends org.w3c.dom.Node> yNodes,
CfgComparer comparer)
Deprecated. |
|
static java.util.List<org.w3c.dom.Node> |
except(java.util.Collection<org.w3c.dom.Node> xNodes,
org.w3c.dom.NodeList yNodes,
CfgComparer comparer)
Deprecated. |
|
static java.util.List<org.w3c.dom.Node> |
except(org.w3c.dom.NodeList xNodes,
org.w3c.dom.NodeList yNodes,
CfgComparer comparer)
Deprecated. |
|
static
|
first(java.util.Collection<T> list,
LinqConditions<T> cnd)
Deprecated. |
|
static org.w3c.dom.Node |
first(org.w3c.dom.NodeList list,
LinqConditions<org.w3c.dom.Node> cnd)
Deprecated. |
|
static
|
firstOrDefault(java.util.Collection<T> list,
LinqConditions<T> cnd)
Deprecated. |
|
static org.w3c.dom.Node |
firstOrDefault(org.w3c.dom.NodeList list,
LinqConditions<org.w3c.dom.Node> cnd)
Deprecated. |
|
static java.util.List<org.w3c.dom.Node> |
intersect(org.w3c.dom.NodeList xNodes,
org.w3c.dom.NodeList yNodes,
CfgComparer comparer)
Deprecated. |
|
static
|
select(java.util.Collection<T> list,
LinqConditions<T> cnd)
Deprecated. |
|
static java.util.List<org.w3c.dom.Node> |
select(org.w3c.dom.NodeList xNodes,
LinqConditions<org.w3c.dom.Node> cnd)
Deprecated. |
|
static
|
selectWithOrder(java.util.Collection<T> list,
LinqConditions<T> cnd)
Deprecated. |
|
static java.util.List<org.w3c.dom.Node> |
selectWithOrder(org.w3c.dom.NodeList xNodes,
LinqConditions<org.w3c.dom.Node> cnd)
Deprecated. |
|
static boolean |
sequenceEqual(java.util.Collection<org.w3c.dom.Node> xNodes,
java.util.Collection<org.w3c.dom.Node> yNodes,
CfgComparer comparer)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Linq()
Method Detail |
---|
public static <T> T first(java.util.Collection<T> list, LinqConditions<T> cnd)
public static org.w3c.dom.Node first(org.w3c.dom.NodeList list, LinqConditions<org.w3c.dom.Node> cnd)
public static org.w3c.dom.Node firstOrDefault(org.w3c.dom.NodeList list, LinqConditions<org.w3c.dom.Node> cnd)
public static <T> T firstOrDefault(java.util.Collection<T> list, LinqConditions<T> cnd)
public static <T> java.util.List<T> select(java.util.Collection<T> list, LinqConditions<T> cnd)
public static <T> java.util.List<T> selectWithOrder(java.util.Collection<T> list, LinqConditions<T> cnd)
public static java.util.List<org.w3c.dom.Node> selectWithOrder(org.w3c.dom.NodeList xNodes, LinqConditions<org.w3c.dom.Node> cnd)
public static java.util.List<org.w3c.dom.Node> select(org.w3c.dom.NodeList xNodes, LinqConditions<org.w3c.dom.Node> cnd)
public static java.util.List<org.w3c.dom.Node> except(java.util.Collection<? extends org.w3c.dom.Node> xNodes, java.util.Collection<? extends org.w3c.dom.Node> yNodes, CfgComparer comparer)
public static java.util.List<org.w3c.dom.Node> except(java.util.Collection<org.w3c.dom.Node> xNodes, org.w3c.dom.NodeList yNodes, CfgComparer comparer)
public static java.util.List<org.w3c.dom.Node> except(org.w3c.dom.NodeList xNodes, org.w3c.dom.NodeList yNodes, CfgComparer comparer)
public static java.util.List<org.w3c.dom.Node> intersect(org.w3c.dom.NodeList xNodes, org.w3c.dom.NodeList yNodes, CfgComparer comparer)
public static boolean sequenceEqual(java.util.Collection<org.w3c.dom.Node> xNodes, java.util.Collection<org.w3c.dom.Node> yNodes, CfgComparer comparer)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |