public class SurfResources extends Object
| Constructor and Description |
|---|
SurfResources() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCompoundResource(Object resource)
Determines whether the given resource is a compound resource, that is, one that can contain other resources.
|
public static boolean isCompoundResource(@Nonnull Object resource)
true for
SurfObject, any Collection, and any Map.resource - The resource which may or may not be a compound resource.true if the given resource may hold other resources.Copyright © 2007–2017 GlobalMentor, Inc.. All rights reserved.