Add isEmpty() method.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 12 Apr 2011 20:00:36 +0000 (22:00 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Apr 2011 04:41:06 +0000 (06:41 +0200)
src/main/java/net/pterodactylus/sone/data/Album.java

index 88bef2c..d7df845 100644 (file)
@@ -187,6 +187,15 @@ public class Album implements Fingerprintable {
        }
 
        /**
        }
 
        /**
+        * Returns whether this album contains any other albums or images.
+        *
+        * @return {@code true} if this album is empty, {@code false} otherwise
+        */
+       public boolean isEmpty() {
+               return albums.isEmpty() && images.isEmpty();
+       }
+
+       /**
         * Returns the parent album of this album.
         *
         * @return The parent album of this album, or {@code null} if this album
         * Returns the parent album of this album.
         *
         * @return The parent album of this album, or {@code null} if this album