github.com/searKing/golang/go@v1.2.74/util/object/doc.go (about)

     1  // Copyright 2020 The searKing Author. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  //object consists of {@code static} utility methods for operating
     6  //on objects, or checking certain conditions before operation.  These utilities
     7  //include {@code null}-safe or {@code null}-tolerant methods for computing the
     8  //hashmap code of an object, returning a string for an object, comparing two
     9  //objects, and checking if indexes or sub-range values are out-of-bounds.
    10  package object