public class SiteGroupHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
pack(Collection<String> ids)
This packs IDs into a string.
|
static Collection<String> |
unpack(String ids)
This unpacks IDs from a string.
|
public static Collection<String> unpack(String ids)
null.ids - The packed IDs in a string, can be null.pack(java.util.Collection)public static String pack(Collection<String> ids)
null.ids - A Collection of IDs to be packed together.null if the original collection was
null.unpack(String)Copyright © 2003–2016 University of Michigan. All rights reserved.