Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Chris (0.29 sec)

  1. docs/en/data/people.yml

      count: 20
      avatarUrl: https://avatars.githubusercontent.com/u/100039558?u=e2c672da5a7977fd24d87ce6ab35f8bf5b1ed9fa&v=4
      url: https://github.com/ebottos94
    - login: chris-allnutt
      count: 20
      avatarUrl: https://avatars.githubusercontent.com/u/565544?v=4
      url: https://github.com/chris-allnutt
    - login: retnikt
      count: 18
      avatarUrl: https://avatars.githubusercontent.com/u/24581770?v=4
      url: https://github.com/retnikt
    Others
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Apr 01 23:12:23 GMT 2024
    - 56.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Sets.java

     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/CollectionUtilitiesExplained#sets">{@code Sets}</a>.
     *
     * @author Kevin Bourrillion
     * @author Jared Levy
     * @author Chris Povirk
     * @since 2.0
     */
    @GwtCompatible(emulated = true)
    @ElementTypesAreNonnullByDefault
    public final class Sets {
      private Sets() {}
    
      /**
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 77.4K bytes
    - Viewed (0)
Back to top