com.lambdaworks.redis.output.ListMapOutput Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redisson Show documentation
Show all versions of redisson Show documentation
Redis Java client with features of In-Memory Data Grid
// Copyright (C) 2011 - Will Glozer. All rights reserved.
package com.lambdaworks.redis.output;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.lambdaworks.redis.codec.RedisCodec;
import com.lambdaworks.redis.protocol.CommandOutput;
public class ListMapOutput extends CommandOutput>> {
private K key;
private int index = 0;
public ListMapOutput(RedisCodec codec) {
super(codec, new ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy