Searched refs:NOT_A_SUPERSET_B (Results 1 – 4 of 4) sorted by relevance
376 NOT_A_SUPERSET_B = 1, field in CollectionUtilities379 NOT_A_EQUALS_B = NOT_A_SUBSET_B | NOT_A_SUPERSET_B,380 A_PROPER_SUBSET_OF_B = NOT_A_DISJOINT_B | NOT_A_SUPERSET_B,382 A_PROPER_OVERLAPS_B = NOT_A_SUBSET_B | NOT_A_DISJOINT_B | NOT_A_SUPERSET_B;399 return (b.size() == 0) ? ALL_EMPTY : NOT_A_SUPERSET_B; in getContainmentRelation()411 result |= (a.contains(it.next())) ? NOT_A_DISJOINT_B : NOT_A_SUPERSET_B; in getContainmentRelation()
373 NOT_A_SUPERSET_B = 1, field in CollectionUtilities376 NOT_A_EQUALS_B = NOT_A_SUBSET_B | NOT_A_SUPERSET_B,377 A_PROPER_SUBSET_OF_B = NOT_A_DISJOINT_B | NOT_A_SUPERSET_B,379 A_PROPER_OVERLAPS_B = NOT_A_SUBSET_B | NOT_A_DISJOINT_B | NOT_A_SUPERSET_B;396 return (b.size() == 0) ? ALL_EMPTY : NOT_A_SUPERSET_B; in getContainmentRelation()408 result |= (a.contains(it.next())) ? NOT_A_DISJOINT_B : NOT_A_SUPERSET_B; in getContainmentRelation()
113 case CollectionUtilities.NOT_A_SUPERSET_B: in TestCollectionUtilities()
110 case CollectionUtilities.NOT_A_SUPERSET_B: in TestCollectionUtilities()