Cassandra\Type\CollectionTest::notEqualTypes PHP Method

notEqualTypes() public method

public notEqualTypes ( )
    public function notEqualTypes()
    {
        return array(array(Type::collection(Type::varchar()), Type::collection(Type::int())), array(Type::collection(Type::collection(Type::varchar())), Type::collection(Type::collection(Type::int()))), array(Type::collection(Type::collection(Type::int())), Type::collection(Type::set(Type::int()))));
    }