public class Redundancy extends Object
Constructor and Description |
---|
Redundancy() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isRedundant(Collection collection,
Collection otherCollection) |
static boolean |
isSubsumedByAnObjectInThisList(Collection otherCollection,
Object object) |
static boolean |
subsumes(Collection collection,
Collection otherCollection) |
public static boolean isRedundant(Collection collection, Collection otherCollection)
public static boolean subsumes(Collection collection, Collection otherCollection)
collection
- otherCollection
- public static boolean isSubsumedByAnObjectInThisList(Collection otherCollection, Object object)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.