// Returns true if node contains the specified key; false otherwise. public static boolean contains(Preferences node, String key) { return node.get(key, null) != null; }
// Returns true if node contains the specified key; false otherwise. public static boolean contains(Preferences node, String key) { return node.get(key, null) != null; }