public class Pojos extends Object
DataObject
sConstructor and Description |
---|
Pojos() |
Modifier and Type | Method and Description |
---|---|
static Collection<Long> |
extractIds(Collection<? extends DataObject> pojos)
Extract the (distinct) ids from a collection of
DataObject s |
static <T extends DataObject> |
relativeComplement(Collection<T> coll1,
Collection<T> coll2)
Get the relative complement of coll1 in coll2
|
public static Collection<Long> extractIds(Collection<? extends DataObject> pojos)
DataObject
spojos
- The DataObject
spublic static <T extends DataObject> Collection<T> relativeComplement(Collection<T> coll1, Collection<T> coll2)
coll1
- The collectioncoll2
- The other collection
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.