Class Users

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<User>

    public class Users
    extends java.lang.Object
    implements java.lang.Iterable<User>, java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<User> list  
    • Constructor Summary

      Constructors 
      Constructor Description
      Users()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<User> getList()  
      java.util.Iterator<User> iterator()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • list

        private java.util.List<User> list
    • Constructor Detail

      • Users

        public Users()
    • Method Detail

      • getList

        public java.util.List<User> getList()
        Returns:
        the list
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • iterator

        public java.util.Iterator<User> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<User>