Java 类gnu.trove.map.TLongByteMap 实例源码

项目:xcc    文件:TLongByteHashMap.java   
/**
 * Creates a new <code>TLongByteHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TLongByteMap</tt> that will be duplicated.
 */
public TLongByteHashMap( TLongByteMap map ) {
    super( map.size() );
    if ( map instanceof TLongByteHashMap ) {
        TLongByteHashMap hashmap = ( TLongByteHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( long ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( byte ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:HCFCore    文件:TLongByteHashMap.java   
/**
 * Creates a new <code>TLongByteHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TLongByteMap</tt> that will be duplicated.
 */
public TLongByteHashMap( TLongByteMap map ) {
    super( map.size() );
    if ( map instanceof TLongByteHashMap ) {
        TLongByteHashMap hashmap = ( TLongByteHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( long ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( byte ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:HCFCore    文件:TLongByteHashMap.java   
/**
 * Creates a new <code>TLongByteHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TLongByteMap</tt> that will be duplicated.
 */
public TLongByteHashMap( TLongByteMap map ) {
    super( map.size() );
    if ( map instanceof TLongByteHashMap ) {
        TLongByteHashMap hashmap = ( TLongByteHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( long ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( byte ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:trove-3.0.3    文件:TLongByteHashMap.java   
/**
 * Creates a new <code>TLongByteHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TLongByteMap</tt> that will be duplicated.
 */
public TLongByteHashMap( TLongByteMap map ) {
    super( map.size() );
    if ( map instanceof TLongByteHashMap ) {
        TLongByteHashMap hashmap = ( TLongByteHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( long ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( byte ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:easyrec_major    文件:TLongByteHashMap.java   
/**
 * Creates a new <code>TLongByteHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TLongByteMap</tt> that will be duplicated.
 */
public TLongByteHashMap( TLongByteMap map ) {
    super( map.size() );
    if ( map instanceof TLongByteHashMap ) {
        TLongByteHashMap hashmap = ( TLongByteHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( long ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( byte ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:recalot.com    文件:TLongByteHashMap.java   
/**
 * Creates a new <code>TLongByteHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TLongByteMap</tt> that will be duplicated.
 */
public TLongByteHashMap( TLongByteMap map ) {
    super( map.size() );
    if ( map instanceof TLongByteHashMap ) {
        TLongByteHashMap hashmap = ( TLongByteHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( long ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( byte ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:easyrec-PoC    文件:TLongByteHashMap.java   
/**
 * Creates a new <code>TLongByteHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TLongByteMap</tt> that will be duplicated.
 */
public TLongByteHashMap( TLongByteMap map ) {
    super( map.size() );
    if ( map instanceof TLongByteHashMap ) {
        TLongByteHashMap hashmap = ( TLongByteHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( long ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( byte ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:easyrec    文件:TLongByteHashMap.java   
/**
 * Creates a new <code>TLongByteHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TLongByteMap</tt> that will be duplicated.
 */
public TLongByteHashMap( TLongByteMap map ) {
    super( map.size() );
    if ( map instanceof TLongByteHashMap ) {
        TLongByteHashMap hashmap = ( TLongByteHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( long ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( byte ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:xcc    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
public void putAll( TLongByteMap map ) {
    ensureCapacity( map.size() );
    TLongByteIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:xcc    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TLongByteMap ) ) {
        return false;
    }
    TLongByteMap that = ( TLongByteMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    byte[] values = _values;
    byte[] states = _states;
    byte this_no_entry_value = getNoEntryValue();
    byte that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            long key = _set[i];
            byte that_value = that.get( key );
            byte this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:xcc    文件:TLongByteMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TLongByteMap ) in.readObject();
}
项目:HCFCore    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
public void putAll( TLongByteMap map ) {
    ensureCapacity( map.size() );
    TLongByteIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:HCFCore    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TLongByteMap ) ) {
        return false;
    }
    TLongByteMap that = ( TLongByteMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    byte[] values = _values;
    byte[] states = _states;
    byte this_no_entry_value = getNoEntryValue();
    byte that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            long key = _set[i];
            byte that_value = that.get( key );
            byte this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:HCFCore    文件:TLongByteMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TLongByteMap ) in.readObject();
}
项目:HCFCore    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
public void putAll( TLongByteMap map ) {
    ensureCapacity( map.size() );
    TLongByteIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:HCFCore    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TLongByteMap ) ) {
        return false;
    }
    TLongByteMap that = ( TLongByteMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    byte[] values = _values;
    byte[] states = _states;
    byte this_no_entry_value = getNoEntryValue();
    byte that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            long key = _set[i];
            byte that_value = that.get( key );
            byte this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:HCFCore    文件:TLongByteMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TLongByteMap ) in.readObject();
}
项目:trove-3.0.3    文件:TLongByteOffheapHashMap.java   
/** {@inheritDoc} */
@Override
public void putAll( TLongByteMap map ) {
    ensureCapacity( map.size() );
    TLongByteIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:trove-3.0.3    文件:TLongByteOffheapHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TLongByteMap ) ) {
        return false;
    }
    TLongByteMap that = ( TLongByteMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    TByteOffheapArray values = _values;
    TByteOffheapArray states = _states;
    byte this_no_entry_value = getNoEntryValue();
    byte that_no_entry_value = that.getNoEntryValue();
    for ( int i = capacity(); i-- > 0; ) {
        if ( states.get( i ) == FULL ) {
            long key = _set.get( i );
            byte that_value = that.get( key );
            byte this_value = values.get( i );
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:trove-3.0.3    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
@Override
public void putAll( TLongByteMap map ) {
    ensureCapacity( map.size() );
    TLongByteIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:trove-3.0.3    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TLongByteMap ) ) {
        return false;
    }
    TLongByteMap that = ( TLongByteMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    byte[] values = _values;
    byte[] states = _states;
    byte this_no_entry_value = getNoEntryValue();
    byte that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            long key = _set[i];
            byte that_value = that.get( key );
            byte this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:trove-3.0.3    文件:TLongByteMapDecorator.java   
@Override
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TLongByteMap ) in.readObject();
}
项目:easyrec_major    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
public void putAll( TLongByteMap map ) {
    ensureCapacity( map.size() );
    TLongByteIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:easyrec_major    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TLongByteMap ) ) {
        return false;
    }
    TLongByteMap that = ( TLongByteMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    byte[] values = _values;
    byte[] states = _states;
    byte this_no_entry_value = getNoEntryValue();
    byte that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            long key = _set[i];
            byte that_value = that.get( key );
            byte this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:easyrec_major    文件:TLongByteMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TLongByteMap ) in.readObject();
}
项目:recalot.com    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
public void putAll( TLongByteMap map ) {
    ensureCapacity( map.size() );
    TLongByteIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:recalot.com    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TLongByteMap ) ) {
        return false;
    }
    TLongByteMap that = ( TLongByteMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    byte[] values = _values;
    byte[] states = _states;
    byte this_no_entry_value = getNoEntryValue();
    byte that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            long key = _set[i];
            byte that_value = that.get( key );
            byte this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:recalot.com    文件:TLongByteMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TLongByteMap ) in.readObject();
}
项目:easyrec-PoC    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
public void putAll( TLongByteMap map ) {
    ensureCapacity( map.size() );
    TLongByteIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:easyrec-PoC    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TLongByteMap ) ) {
        return false;
    }
    TLongByteMap that = ( TLongByteMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    byte[] values = _values;
    byte[] states = _states;
    byte this_no_entry_value = getNoEntryValue();
    byte that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            long key = _set[i];
            byte that_value = that.get( key );
            byte this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:easyrec-PoC    文件:TLongByteMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TLongByteMap ) in.readObject();
}
项目:easyrec    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
public void putAll( TLongByteMap map ) {
    ensureCapacity( map.size() );
    TLongByteIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:easyrec    文件:TLongByteHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TLongByteMap ) ) {
        return false;
    }
    TLongByteMap that = ( TLongByteMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    byte[] values = _values;
    byte[] states = _states;
    byte this_no_entry_value = getNoEntryValue();
    byte that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            long key = _set[i];
            byte that_value = that.get( key );
            byte this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:easyrec    文件:TLongByteMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TLongByteMap ) in.readObject();
}
项目:pre-cu    文件:AutoDeltaLongByteMap.java   
public TLongByteMap getMap() {
    return container;
}
项目:pre-cu    文件:AutoDeltaLongBoolMap.java   
public TLongByteMap getMap() {
    return container;
}
项目:xcc    文件:TLongByteMapDecorator.java   
/**
 * Creates a wrapper that decorates the specified primitive map.
 *
 * @param map the <tt>TLongByteMap</tt> to wrap.
 */
public TLongByteMapDecorator( TLongByteMap map ) {
    super();
    this._map = map;
}
项目:xcc    文件:TLongByteMapDecorator.java   
/**
 * Returns a reference to the map wrapped by this decorator.
 *
 * @return the wrapped <tt>TLongByteMap</tt> instance.
 */
public TLongByteMap getMap() {
    return _map;
}
项目:HCFCore    文件:TLongByteMapDecorator.java   
/**
 * Creates a wrapper that decorates the specified primitive map.
 *
 * @param map the <tt>TLongByteMap</tt> to wrap.
 */
public TLongByteMapDecorator( TLongByteMap map ) {
    super();
    this._map = map;
}
项目:HCFCore    文件:TLongByteMapDecorator.java   
/**
 * Returns a reference to the map wrapped by this decorator.
 *
 * @return the wrapped <tt>TLongByteMap</tt> instance.
 */
public TLongByteMap getMap() {
    return _map;
}