Searched refs:matchingAttrs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DContainmentFilter.java41 private Attributes matchingAttrs; field in class:ContainmentFilter
44 matchingAttrs = match;
48 return matchingAttrs == null ||
49 matchingAttrs.size() == 0 ||
50 contains(attrs, matchingAttrs);

Completed in 198 milliseconds